Skip to content

Commit

Permalink
fix: add missing tiproxy label (#5166)
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
Co-authored-by: xhe <[email protected]>
  • Loading branch information
ti-chi-bot and xhebox authored Jul 11, 2023
1 parent c6ecbc5 commit 641159c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/pingcap/v1alpha1/component_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ 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 641159c

Please sign in to comment.