From d23c6443204b5e46447cf4356526e36b699f6bfe Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 20:12:56 +0200 Subject: [PATCH] Autosync yay Signed-off-by: Martyn Ranyard --- everything-app/app-1password-connect.yaml | 3 +++ everything-app/app-argocd.yaml | 3 +++ 2 files changed, 6 insertions(+) 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