fix: cache checking always evaluates to true
This commit is contained in:
@@ -73,7 +73,7 @@ data:
|
|||||||
telemetry:
|
telemetry:
|
||||||
ksCloudURL: "https://kubesphere.cloud"
|
ksCloudURL: "https://kubesphere.cloud"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if and (eq (include "role" .) "host" .Values.ha.enabled) -}}
|
{{- if and (eq (include "role" .) "host") .Values.ha.enabled -}}
|
||||||
{{- if .Values.ha.cache }}
|
{{- if .Values.ha.cache }}
|
||||||
cache: {{- toYaml .Values.ha.cache | nindent 6}}
|
cache: {{- toYaml .Values.ha.cache | nindent 6}}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
Reference in New Issue
Block a user