mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
51e8332031
commit
4c663f4647
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user