mirror of https://github.com/minio/minio.git
Update post-job.yaml in Helm chart (#16387)
This commit is contained in:
parent
1a17fc17bb
commit
edcd72585d
|
@ -57,7 +57,7 @@ spec:
|
|||
name: {{ template "minio.fullname" . }}
|
||||
- secret:
|
||||
name: {{ template "minio.secretName" . }}
|
||||
{{- range .Values.users }}
|
||||
{{- range (concat .Values.users (default (list) .Values.svcaccts)) }}
|
||||
{{- if .existingSecret }}
|
||||
- secret:
|
||||
name: {{ tpl .existingSecret $ }}
|
||||
|
|
Loading…
Reference in New Issue