From f70339ba7d495e0a66838df3f47238778459e2e7 Mon Sep 17 00:00:00 2001 From: xhe Date: Tue, 15 Aug 2023 07:35:26 +0800 Subject: [PATCH] fix: revert 'add missing tiproxy label' Signed-off-by: xhe --- pkg/apis/pingcap/v1alpha1/component_spec.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/apis/pingcap/v1alpha1/component_spec.go b/pkg/apis/pingcap/v1alpha1/component_spec.go index db693d422b..99a4101190 100644 --- a/pkg/apis/pingcap/v1alpha1/component_spec.go +++ b/pkg/apis/pingcap/v1alpha1/component_spec.go @@ -478,8 +478,6 @@ func getComponentLabelValue(c MemberType) string { return label.TiKVLabelVal case TiFlashMemberType: return label.TiFlashLabelVal - case TiProxyMemberType: - return label.TiProxyLabelVal case TiCDCMemberType: return label.TiCDCLabelVal case PumpMemberType: