Skip to content

Commit 8e26997

Browse files
committed
Fix queue controller service monitor name
1 parent 7ad280c commit 8e26997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/operands/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var KaiServicesForServiceMonitor = []struct {
3232
Port string
3333
JobLabel string
3434
}{
35-
{"queuecontroller", "metrics", "queuecontroller"},
35+
{"queue-controller", "metrics", "queue-controller"},
3636
}
3737

3838
func AllControllersAvailable(

0 commit comments

Comments
 (0)