You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/util/config/config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ type Config struct {
67
67
Resources
68
68
Auth
69
69
Scalyr
70
-
WatchedNamespacestring`name:"watched_namespace"`// may be "*", meaning watch all namespaces
70
+
WatchedNamespacestring`name:"watched_namespace"`// special values: "*" means 'watch all namespaces', the empty string "" means 'watch a namespace where operator is deployed to'
0 commit comments