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:54:54 +01:00
parent 742c6c59b5
commit 925ac834f7
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,14 @@ spec:
targetRevision: 1.14.0
helm:
parameters:
- name: connect.tolerations
- name: connect
value: |
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: "Exists"
- effect: "NoSchedule"
- name: connect.nodeSelector
value:
node-role.kubernetes.io/control-plane: ""
nodeSelector:
node-role.kubernetes.io/control-plane: ""
syncPolicy:
automated:
selfHeal: true