[stable/minio] Add affinity and toleration to bucket creation job (#14058)

* Add the same affinities and tolerations for the bucket creation job as for the deploymenti

Signed-off-by: Alexander Rashed <alexander.rashed@gmail.com>

* Bump patch version

Signed-off-by: Alexander Rashed <alexander.rashed@gmail.com>
This commit is contained in:
Alexander Rashed
2019-07-29 08:21:55 -07:00
committed by Kubernetes Prow Robot
parent 51e8332031
commit 4c663f4647
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: MinIO is a high performance distributed object storage server, designed for large-scale private cloud infrastructure.
name: minio
version: 2.5.3
version: 2.5.4
appVersion: RELEASE.2019-07-17T22-54-12Z
keywords:
- storage
@@ -22,6 +22,14 @@ spec:
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
volumes:
- name: minio-configuration