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 3d9cee6 commit 0377963Copy full SHA for 0377963
main.go
@@ -66,7 +66,7 @@ func main() {
66
"Enabling this will ensure there is only one active controller manager.")
67
flag.BoolVar(&enableAnnotation, "annotation-filter", false,
68
"Enable a annotation filter for pod scraping. "+
69
- "Enabling this will ensure that the controller only sets requests of controllers of which pods have the annotation. "+
+ "Enabling this will ensure that the controller only sets requests of controllers of which PODS or NAMESPACE have the annotation. "+
70
"(auto.request.operator/optimize=true)")
71
opts := zap.Options{
72
Development: true,
0 commit comments