fix: enable recursive directory sync in ArgoCD app
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
2c1ea02386
commit
6ad6558c42
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ spec:
|
||||||
repoURL: https://git.ctz.fyi/zoe/autojanet.git
|
repoURL: https://git.ctz.fyi/zoe/autojanet.git
|
||||||
targetRevision: mainline
|
targetRevision: mainline
|
||||||
path: k8s
|
path: k8s
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: autojanet
|
namespace: autojanet
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue