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 }}