fix(argocd-applicationset): corrected chart directory name (#672)

* fix: corrected argocd-applicationset chart dir

Signed-off-by: chgl <chgl@users.noreply.github.com>

* bumped chart version

Signed-off-by: chgl <chgl@users.noreply.github.com>

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
chgl 2021-04-21 14:42:16 +02:00 committed by GitHub
parent 5fc4ed7d5b
commit f80ab1a2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{{- if .Values.installCRDs }}
{{- range $path, $_ := .Files.Glob "crds/*.yaml" }}
{{ $.Files.Get $path }}
---
{{- end }}
{{- end }}