Well, now I know why that happened.

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-12 18:44:48 +01:00
parent 218df1afa6
commit e8de781bc5
1 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,16 @@ spec:
chart: connect
repoURL: https://1password.github.io/connect-helm-charts/
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:
automated:
selfHeal: true