From 0869817c60f51ff3d7a670922aa7139efec30383 Mon Sep 17 00:00:00 2001 From: hoang Date: Tue, 28 Apr 2026 12:47:06 +0200 Subject: [PATCH] remove plattform-root from repo, create it in argocd ui --- argocd/platform-root.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 argocd/platform-root.yml 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