We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad280c commit 8e26997Copy full SHA for 8e26997
pkg/operator/operands/common/common.go
@@ -32,7 +32,7 @@ var KaiServicesForServiceMonitor = []struct {
32
Port string
33
JobLabel string
34
}{
35
- {"queuecontroller", "metrics", "queuecontroller"},
+ {"queue-controller", "metrics", "queue-controller"},
36
}
37
38
func AllControllersAvailable(
0 commit comments