Enable recursive discovery for ArgoCD applications

This commit is contained in:
Arvind Prabhakar 2026-08-02 22:38:35 +00:00
commit 0f2b7d315a

View file

@ -9,6 +9,8 @@ spec:
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
targetRevision: main targetRevision: main
path: argocd-apps path: argocd-apps
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd