We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255a03e commit 6e0f736Copy full SHA for 6e0f736
charts/cluster-api-runtime-extensions-nutanix/addons/registry/cncf-distribution/values-template.yaml
@@ -25,3 +25,14 @@ statefulSet:
25
cpu: 100m
26
memory: 75Mi
27
tlsSecretName: {{ .TLSSecretName }}
28
+tolerations:
29
+ - key: "node-role.kubernetes.io/control-plane"
30
+ operator: Exists
31
+ effect: "NoSchedule"
32
+
33
+nodeAffinity:
34
+ requiredDuringSchedulingIgnoredDuringExecution:
35
+ nodeSelectorTerms:
36
+ - matchExpressions:
37
+ - key: node-role.kubernetes.io/control-plane
38
0 commit comments