mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
helm-chart: Use minio service account for post-deploy job if available (#17077)
This commit is contained in:
parent
c5c1426262
commit
5b364bca1f
@ -80,6 +80,9 @@ spec:
|
||||
- key: {{ .Values.tls.publicCrt }}
|
||||
path: CAs/public.crt
|
||||
{{- end }}
|
||||
{{- if .Values.serviceAccount.create }}
|
||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
containers:
|
||||
{{- if .Values.buckets }}
|
||||
- name: minio-make-bucket
|
||||
|
Loading…
Reference in New Issue
Block a user