Skip to content

Commit e048328

Browse files
author
Sergey Dudoladov
committed
Comment on special values for watched namespace
1 parent 66a3b68 commit e048328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type Config struct {
6767
Resources
6868
Auth
6969
Scalyr
70-
WatchedNamespace string `name:"watched_namespace"` // may be "*", meaning watch all namespaces
70+
WatchedNamespace string `name:"watched_namespace"` // special values: "*" means 'watch all namespaces', the empty string "" means 'watch a namespace where operator is deployed to'
7171
EtcdHost string `name:"etcd_host" default:"etcd-client.default.svc.cluster.local:2379"`
7272
DockerImage string `name:"docker_image" default:"registry.opensource.zalan.do/acid/spiloprivate-9.6:1.2-p4"`
7373
ServiceAccountName string `name:"service_account_name" default:"operator"`

0 commit comments

Comments
 (0)