added recurse=true to application manifest

This commit is contained in:
2026-01-12 18:00:56 +11:00
parent 4f9a075674
commit 28c3d4ea96

View File

@@ -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