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