18 lines
381 B
YAML
18 lines
381 B
YAML
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
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|