# One-time bootstrap manifest. # # Apply this manually once (kubectl apply -f bootstrap/root-application.yaml) # so ArgoCD manages itself as a Helm-based Application. From then on, any # entry added to values.yaml -> applications[] is rolled out automatically. apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: apps-in-apps namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: default source: repoURL: https://git.smokyzone.de/SmokyZone/apps-in-apps.git targetRevision: main path: . destination: server: https://kubernetes.default.svc namespace: argocd syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true