Templating yaml with string templaters is a bad idea folks.

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-12 18:51:39 +01:00
parent d0e7207b66
commit 742c6c59b5
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ 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