Skip to content

Commit

Permalink
Merge pull request #433 from jyaworski/ebscontrollertoleration
Browse files Browse the repository at this point in the history
[helm] Also add toleration support to controller
  • Loading branch information
k8s-ci-robot authored Jan 8, 2020
2 parents c1fdc87 + 4a00b0c commit 86de776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.4.0"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 0.2.0
version: 0.2.1
kubeVersion: ">=1.13.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
3 changes: 1 addition & 2 deletions aws-ebs-csi-driver/templates/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ spec:
serviceAccount: ebs-csi-controller-sa
priorityClassName: system-cluster-critical
tolerations:
- key: CriticalAddonsOnly
operator: Exists
{{ toYaml .Values.tolerations | indent 8 }}
containers:
- name: ebs-plugin
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit 86de776

Please sign in to comment.