helm: modify user secret volumes mount path name (#15443)

This commit is contained in:
dorman
2022-08-02 03:28:04 +08:00
committed by GitHub
parent edf081c6a2
commit aad9cb208a

View File

@@ -64,7 +64,7 @@ spec:
name: {{ tpl .existingSecret $global }}
items:
- key: {{ .existingSecretKey }}
path: secrets/{{ tpl .accessKey $global }}
path: secrets/{{ tpl .existingSecretKey $global }}
{{- end }}
{{- end }}
{{- if .Values.tls.enabled }}