diff --git a/everything-app/app-1password-connect.yaml b/everything-app/app-1password-connect.yaml index bdbdd05..472eb3d 100644 --- a/everything-app/app-1password-connect.yaml +++ b/everything-app/app-1password-connect.yaml @@ -12,3 +12,6 @@ spec: chart: connect repoURL: https://1password.github.io/connect-helm-charts/ targetRevision: 1.14.0 + syncPolicy: + automated: + selfHeal: true diff --git a/everything-app/app-argocd.yaml b/everything-app/app-argocd.yaml index 541c0c6..db8637a 100644 --- a/everything-app/app-argocd.yaml +++ b/everything-app/app-argocd.yaml @@ -12,3 +12,6 @@ spec: path: manifests/cluster-install repoURL: https://github.com/argoproj/argo-cd targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true