Templating yaml with string templaters is a bad idea folks.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
742c6c59b5
commit
925ac834f7
|
@ -14,14 +14,14 @@ spec:
|
||||||
targetRevision: 1.14.0
|
targetRevision: 1.14.0
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
- name: connect.tolerations
|
- name: connect
|
||||||
value: |
|
value: |
|
||||||
|
tolerations:
|
||||||
- key: node-role.kubernetes.io/control-plane
|
- key: node-role.kubernetes.io/control-plane
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
- effect: "NoSchedule"
|
- effect: "NoSchedule"
|
||||||
- name: connect.nodeSelector
|
nodeSelector:
|
||||||
value:
|
node-role.kubernetes.io/control-plane: ""
|
||||||
node-role.kubernetes.io/control-plane: ""
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
Loading…
Reference in New Issue