Adding constant to define restricted namespace env var

pull/613/head
Nicolas 2021-05-17 17:12:20 +02:00
parent 421495f523
commit 2f79ea7c1f
1 changed files with 4 additions and 1 deletions

View File

@ -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"