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:50:30 +01:00
parent e8de781bc5
commit d0e7207b66
1 changed files with 1 additions and 2 deletions

View File

@ -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