From d353e0758a58f3e1f73d56153c21e682368cccc2 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 14:34:36 +0200 Subject: [PATCH] no argo --- apps/templates/argo-cd.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 apps/templates/argo-cd.yaml diff --git a/apps/templates/argo-cd.yaml b/apps/templates/argo-cd.yaml deleted file mode 100644 index 309c9f7..0000000 --- a/apps/templates/argo-cd.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argo-cd - namespace: default - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - server: https://kubernetes.default.svc - namespace: default - project: default - source: - path: Charts/argo-cd - repoURL: https://git.roxedus.dev/Roxedus/Argo.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true - selfHeal: true