diff --git a/apps/templates/argo-cd.yaml b/apps/templates/argo-cd.yaml deleted file mode 100644 index 8c1836d..0000000 --- a/apps/templates/argo-cd.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argo-cd - namespace: argo-cd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: argo-cd - project: default - source: - path: Charts/argo-cd - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true