[stable/minio]: add serviceAccountName in create-bucket-job to make it consistent (#21907)

* add serviceAccountName in create-bucket-job to make it consistent

Signed-off-by: Bright Zheng <bright.zheng@outlook.com>

* bump stable/minio to 5.0.21 from 5.0.20

Signed-off-by: Bright Zheng <bright.zheng@outlook.com>

* bump stable/minio to 5.0.22

Signed-off-by: Bright Zheng <bright.zheng@outlook.com>
This commit is contained in:
Bright Zheng
2020-04-20 07:33:39 -07:00
committed by GitHub
parent b5bd582e6a
commit f8d1e522df
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance data infrastructure for machine learning, analytics and application data workloads.
name: minio
version: 5.0.21
version: 5.0.22
appVersion: master
keywords:
- storage
@@ -53,6 +53,7 @@ spec:
- key: {{ .Values.tls.publicCrt }}
path: CAs/public.crt
{{ end }}
serviceAccountName: {{ include "minio.serviceAccountName" . | quote }}
containers:
- name: minio-mc
image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}"