fix(bootstrap): enable recursive app discovery in root app
This commit is contained in:
parent
d59818dbdb
commit
cc0d36bae6
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ spec:
|
||||||
repoURL: ${REPO_URL}
|
repoURL: ${REPO_URL}
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: apps
|
path: apps
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue