fix: mount volume correctly
Some checks reported errors
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build was killed

This commit is contained in:
Markus Pesch 2024-07-22 18:27:12 +02:00
parent 6c753b38c5
commit 40b44c11d2
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 }}