fuckit, this will be static manifests, just render them so I can edit it
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
925ac834f7
commit
5faf10fc16
|
@ -14,14 +14,11 @@ spec:
|
||||||
targetRevision: 1.14.0
|
targetRevision: 1.14.0
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
- name: connect
|
- name: connect.tolerations
|
||||||
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"
|
||||||
nodeSelector:
|
|
||||||
node-role.kubernetes.io/control-plane: ""
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
Loading…
Reference in New Issue