enhancement: disable redis when running as member cluster
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com>
(cherry picked from commit 4fa4f5b42d)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
@@ -78,6 +78,11 @@ data:
|
||||
kubesphere:
|
||||
tls: {{ .Values.internalTLS }}
|
||||
{{- if and (eq (include "multicluster.role" .) "host") .Values.ha.enabled -}}
|
||||
{{- if and .Values.telemetry.enabled (eq (include "multicluster.role" .) "host") }}
|
||||
telemetry:
|
||||
ksCloudURL: "https://kubesphere.cloud"
|
||||
{{- end }}
|
||||
{{- if and (eq (include "multicluster.role" .) "host" .Values.ha.enabled) -}}
|
||||
{{- if .Values.ha.cache }}
|
||||
cache: {{- toYaml .Values.ha.cache | nindent 6}}
|
||||
{{- else }}
|
||||
|
||||
Reference in New Issue
Block a user