Skip to content

Commit

Permalink
fix: revert 'add missing tiproxy label'
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Aug 14, 2023
1 parent ddc83e6 commit f70339b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/apis/pingcap/v1alpha1/component_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f70339b

Please sign in to comment.