Bugix for wrong helm values format

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

View File

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

View File

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