Skip to content

Commit 0377963

Browse files
committed
📝 docs
modified: main.go
1 parent 3d9cee6 commit 0377963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func main() {
6666
"Enabling this will ensure there is only one active controller manager.")
6767
flag.BoolVar(&enableAnnotation, "annotation-filter", false,
6868
"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. "+
69+
"Enabling this will ensure that the controller only sets requests of controllers of which PODS or NAMESPACE have the annotation. "+
7070
"(auto.request.operator/optimize=true)")
7171
opts := zap.Options{
7272
Development: true,

0 commit comments

Comments
 (0)