Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion charts/secrets-store-csi-driver-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ resources:
priorityClassName: ""
nodeSelector: {}

tolerations: []
# ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
# An empty key with operator Exists matches all keys, values and effects which means this will tolerate everything.
tolerations:
- operator: "Exists"

port: 8989

Expand Down
2 changes: 2 additions & 0 deletions deployment/aws-provider-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ spec:
type: DirectoryOrCreate
nodeSelector:
kubernetes.io/os: linux
tolerations:
- operator: "Exists"
2 changes: 2 additions & 0 deletions deployment/private-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ spec:
type: DirectoryOrCreate
nodeSelector:
kubernetes.io/os: linux
tolerations:
- operator: "Exists"