diff --git a/dev/all-dev-apps.yaml b/dev/all-dev-apps.yaml index 1d7004a..43fadaa 100644 --- a/dev/all-dev-apps.yaml +++ b/dev/all-dev-apps.yaml @@ -13,4 +13,11 @@ spec: source: path: dev/apps repoURL: https://github.com/comissions-app/argocd.git - targetRevision: HEAD \ No newline at end of file + targetRevision: HEAD + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - ApplyOutOfSyncOnly=true + - CreateNamespace=true \ No newline at end of file