From b86b8efccf06f092721a4139a7eb583ad64c8852 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 16 Sep 2026 16:25:59 +0000 Subject: [PATCH] app-of-apps root --- bootstrap/root.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bootstrap/root.yaml diff --git a/bootstrap/root.yaml b/bootstrap/root.yaml new file mode 100644 index 0000000..684da4a --- /dev/null +++ b/bootstrap/root.yaml @@ -0,0 +1,21 @@ +# App-of-apps: ye ek Application baaki saari Applications ko manage karta hai. +# Naya module aaya to bas apps/.yaml commit karo - ArgoCD khud utha lega. +# Ise sirf ek baar haath se apply karna hota hai. +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: root + namespace: argocd +spec: + project: default + source: + repoURL: https://ns31240276.ip-51-195-4.eu/devops/gitops.git + targetRevision: main + path: apps + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true