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