mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 14:36:15 +03:00
helm: modify user secret volumes mount path name (#15443)
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user