Templating yaml with string templaters is a bad idea folks.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e8de781bc5
commit
d0e7207b66
|
@ -20,8 +20,7 @@ spec:
|
|||
operator: "Exists"
|
||||
- effect: "NoSchedule"
|
||||
- name: connect.nodeSelector
|
||||
value: |
|
||||
node-role.kubernetes.io/control-plane: ""
|
||||
value: "node-role.kubernetes.io/control-plane: \"\""
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
|
|
Loading…
Reference in New Issue