Bugix for wrong helm values format

This commit is contained in:
Stefan Reimer 2020-05-06 16:24:33 +01:00
parent bd5c159b28
commit 36297c8684
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: kubezeroApp
description: KubeZero ArgoCD Application - Root chart of the KubeZero
type: application
version: 0.1.6
version: 0.1.7
home: https://kubezero.com
keywords:
- kubezero

View File

@ -20,7 +20,7 @@ spec:
path: {{ default .root.Values.defaultSource.pathPrefix }}charts/{{ .name }}
{{- if $values }}
helm:
values:
values: |
{{- toYaml $values | nindent 8 }}
{{- end }}
{{- else }}