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:
parent
eedcf15a9c
commit
976649ec56
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
*.tgz
|
||||
/*.tgz
|
||||
output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue