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 }} name: {{ tpl .existingSecret $global }}
items: items:
- key: {{ .existingSecretKey }} - key: {{ .existingSecretKey }}
path: secrets/{{ tpl .accessKey $global }} path: secrets/{{ tpl .existingSecretKey $global }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if .Values.tls.enabled }} {{- if .Values.tls.enabled }}