Update post-job.yaml in Helm chart (#16387)

This commit is contained in:
Wessel Valkenburg (prevue.ch)
2023-01-21 19:02:08 +01:00
committed by GitHub
parent 1a17fc17bb
commit edcd72585d

View File

@@ -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 $ }}