From 59aa3b548891cd0ef333e1289605e003de8b8871 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Thu, 11 Jul 2024 16:14:16 +0800 Subject: [PATCH] fix: Use "controller.name" to refer the controller service in higress-config (#1108) --- helm/core/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/core/templates/configmap.yaml b/helm/core/templates/configmap.yaml index 6a21177543..53b036fc80 100644 --- a/helm/core/templates/configmap.yaml +++ b/helm/core/templates/configmap.yaml @@ -88,7 +88,7 @@ {{- if .Values.global.enableHigressIstio }} discoveryAddress: {{ printf "istiod.%s.svc" .Values.global.istioNamespace }}:15012 {{- else }} - discoveryAddress: higress-controller.{{.Release.Namespace}}.svc:15012 + discoveryAddress: {{ include "controller.name" . }}.{{.Release.Namespace}}.svc:15012 {{- end }} {{- end }} proxyStatsMatcher: