fix(argo-cd): only exclude *.tgz in the top-level chart dir (#633)

This should fix #585.
Ref:
- https://github.com/argoproj/argo-helm/issues/585
- https://helm.sh/docs/chart_template_guide/helm_ignore_file/

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-03-31 14:44:02 +02:00 committed by GitHub
parent eedcf15a9c
commit 976649ec56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
*.tgz
/*.tgz
output