diff --git a/argocd/platform-root.yml b/argocd/platform-root.yml deleted file mode 100644 index 7c029e3..0000000 --- a/argocd/platform-root.yml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: platform-root - namespace: argocd -spec: - project: default - source: - repoURL: https://gitea.vhn-demo.duckdns.org/hoang/devops-infa.git - targetRevision: main - path: argocd - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true