Skip to content

Commit f754dfa

Browse files
committed
fixup! fix: Remove control plane affinity from EBS controller
1 parent 3de1474 commit f754dfa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/csi/aws-ebs/values-template.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
controller:
2-
affinity:
3-
nodeAffinity:
4-
requiredDuringSchedulingIgnoredDuringExecution:
5-
nodeSelectorTerms:
6-
- matchExpressions:
7-
- key: node-role.kubernetes.io/control-plane
8-
operator: Exists
92
tolerations:
103
- key: CriticalAddonsOnly
114
operator: Exists

0 commit comments

Comments
 (0)