diff --git a/apps/argocd/application.yaml b/apps/argocd/application.yaml index f3d0dae..52c3365 100644 --- a/apps/argocd/application.yaml +++ b/apps/argocd/application.yaml @@ -21,10 +21,3 @@ 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 3a0f704..7c00d66 100644 --- a/apps/mariadb/application.yaml +++ b/apps/mariadb/application.yaml @@ -17,10 +17,3 @@ 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