Skip to content

Commit 7453099

Browse files
committed
Add directory recursion to Argo deployment script
Without this the policies in subfolders of `stable` or `community` are not applied. Signed-off-by: Josh Gavant <4421720+joshgav@users.noreply.github.com>
1 parent b264336 commit 7453099

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/argoDeploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ spec:
116116
path: $GH_PATH
117117
repoURL: $GH_URL
118118
targetRevision: $GH_BRANCH
119+
directory:
120+
recurse: true
119121
syncPolicy:
120122
automated: {}
121123
syncOptions:

0 commit comments

Comments
 (0)