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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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