Fix handling global values
This commit is contained in:
parent
78807457c3
commit
93528227f7
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
|
description: KubeZero Helm chart to install Zero Down Time Kuberenetes platform
|
||||||
name: kubezero
|
name: kubezero
|
||||||
version: 0.2.4
|
version: 0.2.5
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/logo_small.png
|
icon: https://cdn.zero-downtime.net/assets/logo_small.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -15,9 +15,11 @@ spec:
|
|||||||
targetRevision: {{ .Values.global.defaultSource.targetRevision }}
|
targetRevision: {{ .Values.global.defaultSource.targetRevision }}
|
||||||
path: {{ .Values.global.defaultSource.pathPrefix}}charts/kubezero-app
|
path: {{ .Values.global.defaultSource.pathPrefix}}charts/kubezero-app
|
||||||
|
|
||||||
{{ if .Values.kubezero }}
|
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
global:
|
||||||
|
{{- toYaml .Values.global | nindent 10 }}
|
||||||
|
{{- if .Values.kubezero }}
|
||||||
{{- toYaml .Values.kubezero | nindent 8 }}
|
{{- toYaml .Values.kubezero | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ helm repo add uswitch https://uswitch.github.io/kiam-helm-charts/charts/
|
|||||||
|
|
||||||
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d);
|
||||||
do
|
do
|
||||||
rm -rf $dir/charts
|
rm -rf $dir/charts $dir/Chart.lock
|
||||||
|
|
||||||
name=$(basename $dir)
|
name=$(basename $dir)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user