From 40b44c11d259607e00fe8836391284ec5998cba9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 22 Jul 2024 18:27:12 +0200 Subject: [PATCH] fix: mount volume correctly --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 41408b0..e6a6a2d 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} {{- if .Values.persistentStorage.enabled }} - volumes: + volumeMounts: - name: config mountPath: /config {{- end }}