mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Update post-job.yaml in Helm chart (#16387)
This commit is contained in:
committed by
GitHub
parent
1a17fc17bb
commit
edcd72585d
@@ -57,7 +57,7 @@ spec:
|
|||||||
name: {{ template "minio.fullname" . }}
|
name: {{ template "minio.fullname" . }}
|
||||||
- secret:
|
- secret:
|
||||||
name: {{ template "minio.secretName" . }}
|
name: {{ template "minio.secretName" . }}
|
||||||
{{- range .Values.users }}
|
{{- range (concat .Values.users (default (list) .Values.svcaccts)) }}
|
||||||
{{- if .existingSecret }}
|
{{- if .existingSecret }}
|
||||||
- secret:
|
- secret:
|
||||||
name: {{ tpl .existingSecret $ }}
|
name: {{ tpl .existingSecret $ }}
|
||||||
|
|||||||
Reference in New Issue
Block a user