Remove setting the actual watched namespace as env var (os.Setenv won't work)
This commit is contained in:
parent
8b7bbde06e
commit
74a1e9661b
|
|
@ -109,9 +109,6 @@ func (c *Controller) initOperatorConfig() {
|
||||||
configMapData["watched_namespace"] = v1.NamespaceDefault
|
configMapData["watched_namespace"] = v1.NamespaceDefault
|
||||||
}
|
}
|
||||||
|
|
||||||
// display the actual namespace in case someone checks the value manually
|
|
||||||
os.Setenv("WATCHED_NAMESPACE", configMapData["watched_namespace"])
|
|
||||||
|
|
||||||
if c.config.NoDatabaseAccess {
|
if c.config.NoDatabaseAccess {
|
||||||
configMapData["enable_database_access"] = "false"
|
configMapData["enable_database_access"] = "false"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue