Adding constant to define restricted namespace env var
parent
421495f523
commit
2f79ea7c1f
|
@ -54,3 +54,6 @@ const EnvTokenSecret = "TOKEN_SECRET"
|
|||
|
||||
// KeelLogoURL - is a logo URL for bot icon
|
||||
const KeelLogoURL = "https://keel.sh/img/logo.png"
|
||||
|
||||
// Env var to define a namespace that keel will scan - avoid scan over all the cluster -
|
||||
const EnvRestrictedNamespace = "RESTRICTED_NAMESPACE"
|
||||
|
|
Loading…
Reference in New Issue