Bugix for wrong helm values format
This commit is contained in:
parent
2590164435
commit
0c87dd6043
@ -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
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user