Well, now I know why that happened.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
218df1afa6
commit
e8de781bc5
|
@ -12,6 +12,16 @@ spec:
|
||||||
chart: connect
|
chart: connect
|
||||||
repoURL: https://1password.github.io/connect-helm-charts/
|
repoURL: https://1password.github.io/connect-helm-charts/
|
||||||
targetRevision: 1.14.0
|
targetRevision: 1.14.0
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: connect.tolerations
|
||||||
|
value: |
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
operator: "Exists"
|
||||||
|
- effect: "NoSchedule"
|
||||||
|
- name: connect.nodeSelector
|
||||||
|
value: |
|
||||||
|
node-role.kubernetes.io/control-plane: ""
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|
Loading…
Reference in New Issue