Skip to content

Commit

Permalink
slack-15.0: add topo/healthcheck flags to vttablet for txthrottler
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Nov 15, 2024
1 parent db638ff commit 2d146dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/discovery/healthcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func ParseTabletURLTemplateFromFlag() {
}

func init() {
for _, cmd := range []string{"vtgate", "vtcombo"} {
for _, cmd := range []string{"vtgate", "vtcombo", "vttablet"} {
servenv.OnParseFor(cmd, registerDiscoveryFlags)
servenv.OnParseFor(cmd, registerWebUIFlags)
}
Expand Down

0 comments on commit 2d146dd

Please sign in to comment.