Bugix for wrong helm values format
This commit is contained in:
parent
2590164435
commit
0c87dd6043
@ -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
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
path: {{ default .root.Values.defaultSource.pathPrefix }}charts/{{ .name }}
|
||||
{{- if $values }}
|
||||
helm:
|
||||
values:
|
||||
values: |
|
||||
{{- toYaml $values | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- else }}
|
||||
|
Loading…
Reference in New Issue
Block a user