2023-10-26 13:22:53 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
2023-10-26 18:09:54 +00:00
|
|
|
name: 1password-connect
|
2023-10-26 13:22:53 +00:00
|
|
|
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
|
2023-11-12 17:44:48 +00:00
|
|
|
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: ""
|
2023-10-26 18:12:56 +00:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|