diff --git a/apps/argocd/application.yaml b/apps/argocd/application.yaml index 680bd03..8b3e680 100644 --- a/apps/argocd/application.yaml +++ b/apps/argocd/application.yaml @@ -21,3 +21,10 @@ destination: server: 'https://kubernetes.default.svc' namespace: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - PruneLast=true + - CreateNamespace=true \ No newline at end of file diff --git a/apps/mariadb/application.yaml b/apps/mariadb/application.yaml index 7c00d66..0b138e0 100644 --- a/apps/mariadb/application.yaml +++ b/apps/mariadb/application.yaml @@ -17,3 +17,10 @@ destination: server: 'https://kubernetes.default.svc' namespace: simstrup + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - PruneLast=true + - CreateNamespace=true \ No newline at end of file