mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -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 }}
|
- key: {{ .Values.tls.publicCrt }}
|
||||||
path: CAs/public.crt
|
path: CAs/public.crt
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.serviceAccount.create }}
|
||||||
|
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||||
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
{{- if .Values.buckets }}
|
{{- if .Values.buckets }}
|
||||||
- name: minio-make-bucket
|
- name: minio-make-bucket
|
||||||
|
Loading…
Reference in New Issue
Block a user