mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
helm: modify user secret volumes mount path name (#15443)
This commit is contained in:
parent
edf081c6a2
commit
aad9cb208a
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user