infra4talos/everything-app/app-1password-connect.yaml

28 lines
668 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: 1password-connect
namespace: argocd
spec:
destination:
namespace: 1password
server: https://kubernetes.default.svc
project: infra
source:
chart: connect
repoURL: https://1password.github.io/connect-helm-charts/
targetRevision: 1.14.0
helm:
parameters:
- name: connect
value: |
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: "Exists"
- effect: "NoSchedule"
nodeSelector:
node-role.kubernetes.io/control-plane: ""
syncPolicy:
automated:
selfHeal: true