From 28c3d4ea9630c20b85bfcf7c40068d16acf8431e Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 12 Jan 2026 18:00:56 +1100 Subject: [PATCH] added recurse=true to application manifest --- bootstrap/okd-platform-application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap/okd-platform-application.yaml b/bootstrap/okd-platform-application.yaml index 796599e..d66a0cd 100644 --- a/bootstrap/okd-platform-application.yaml +++ b/bootstrap/okd-platform-application.yaml @@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: okd-platform + namespace: openshift-gitops annotations: argocd.argoproj.io/sync-wave: "-10" spec: @@ -14,6 +15,7 @@ spec: repoURL: https://gitea.apilab.us/cscott/okd-platform.git targetRevision: main path: manifests + recurse: true syncPolicy: automated: prune: true