fix: mount volume correctly

This commit is contained in:
Markus Pesch 2024-07-22 18:27:12 +02:00
parent 6c753b38c5
commit c38d3faf61
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -49,7 +49,7 @@ spec:
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
{{- if .Values.persistentStorage.enabled }} {{- if .Values.persistentStorage.enabled }}
volumes: volumeMounts:
- name: config - name: config
mountPath: /config mountPath: /config
{{- end }} {{- end }}