diff --git a/everything-app/app-1password-connect.yaml b/everything-app/app-1password-connect.yaml index 472eb3d..18e0683 100644 --- a/everything-app/app-1password-connect.yaml +++ b/everything-app/app-1password-connect.yaml @@ -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