From 7b1ff9637f2cfe226710783ca95cc924f402742c Mon Sep 17 00:00:00 2001 From: xuriwuyun Date: Fri, 27 Dec 2024 16:13:11 +0800 Subject: [PATCH] chore: rename mysql topology (#1379) --- addons-cluster/mysql/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons-cluster/mysql/templates/cluster.yaml b/addons-cluster/mysql/templates/cluster.yaml index 068d2872f..4e5626e0b 100644 --- a/addons-cluster/mysql/templates/cluster.yaml +++ b/addons-cluster/mysql/templates/cluster.yaml @@ -36,7 +36,7 @@ spec: port: {{ .Values.orchestrator.clusterServiceSelector.portName }} {{- end }} {{- end }} - {{- if hasSuffix "proxy" .Values.topology }} + {{- if hasSuffix "proxysql" .Values.topology }} - name: proxysql componentDef: proxysql replicas: {{.Values.proxysql.replicas}}