fix: mount volume correctly
This commit is contained in:
parent
6c753b38c5
commit
40b44c11d2
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user