mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
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
Block a user