From 1c905f7d10f02e7f58d0b8bc500c877170b77fc0 Mon Sep 17 00:00:00 2001 From: Andrey Kartashov Date: Thu, 17 Dec 2020 01:44:47 +0700 Subject: [PATCH] argocd: dont manage itself --- main/apps/argocd.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 main/apps/argocd.yaml diff --git a/main/apps/argocd.yaml b/main/apps/argocd.yaml deleted file mode 100644 index ac372b9..0000000 --- a/main/apps/argocd.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: argocd - server: https://kubernetes.default.svc - project: default - source: - path: apps/argocd - repoURL: git@github.com:gorilych/gf-k8s - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - selfHeal: true