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 a1b55db commit 605068dCopy full SHA for 605068d
bootstrap/bootstrap.yml
@@ -1840,6 +1840,8 @@ spec:
1840
- mountPath: /tmp
1841
name: temp
1842
hostNetwork: true
1843
+ nodeSelector:
1844
+ node-role.kubernetes.io/control-plane: ""
1845
serviceAccountName: flux-operator
1846
terminationGracePeriodSeconds: 10
1847
tolerations:
bootstrap/bootstrap/kustomization.yml
@@ -21,6 +21,10 @@ patches:
21
- op: add
22
path: /spec/template/spec/hostNetwork
23
value: true
24
+ - op: add
25
+ path: /spec/template/spec/nodeSelector
26
+ value:
27
28
29
path: /spec/template/spec/tolerations
30
value:
0 commit comments