We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9813c7c commit 9efdb80Copy full SHA for 9efdb80
1 file changed
.github/workflows/helm-sync.yml
@@ -69,11 +69,9 @@ jobs:
69
rsync -a \
70
--exclude '/test/' \
71
--exclude '/scripts/' \
72
- --exclude 'values.schema.json' \
73
--exclude 'api-docs.md' \
74
--exclude 'README.md' \
75
--exclude '.helmignore' \
76
- --exclude 'templates/NOTES.txt' \
77
"source_repo/charts/${chart}/" \
78
"target_repo/to-be-processed/helm/${chart}/"
79
done
0 commit comments