added tolerations to efs-provisioner (#12021)

* added tolerations to efs-provisioner

Signed-off-by: Connor Poole <connor.poole@gmail.com>

* bump chart

Signed-off-by: Connor Poole <connor.poole@gmail.com>
This commit is contained in:
Connor Poole
2019-03-18 15:26:20 -07:00
committed by Kubernetes Prow Robot
parent e670920cf2
commit 591ff25b19
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: efs-provisioner
description: A Helm chart for the AWS EFS external storage provisioner
version: 0.3.2
version: 0.3.3
appVersion: v2.1.0-k8s1.11
home: https://github.com/kubernetes-incubator/external-storage/tree/master/aws/efs
sources:
+3
View File
@@ -112,6 +112,9 @@ nodeSelector: {}
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}
# Tolerations for node tains
tolerations: {}
## Configure resources
##
resources: {}
@@ -85,3 +85,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations| indent 8 }}
{{- end }}
+4
View File
@@ -68,6 +68,10 @@ nodeSelector: {}
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
affinity: {}
# Tolerations for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
tolerations: {}
## Configure resources
##
resources: {}