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