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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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