added recurse=true to application manifest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user