mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Edit Configurator settings warning filter
This commit is contained in:
parent
abe1b2d26f
commit
8ebb1495fd
1 changed files with 2 additions and 2 deletions
|
|
@ -186,9 +186,9 @@ class Configurator:
|
|||
ret, err = self.__check_var(variable)
|
||||
if ret:
|
||||
config[variable] = value
|
||||
elif (
|
||||
elif variable == "KUBERNETES_MODE" or (
|
||||
"CUSTOM_CONF" not in variable
|
||||
and not variable.startswith(("_", "PYTHON", "KUBERNETES_SERVICE_", "KUBERNETES_PORT_", "SVC_"))
|
||||
and not variable.startswith(("_", "PYTHON", "KUBERNETES_", "SVC_", "LB_"))
|
||||
and variable
|
||||
not in (
|
||||
"DOCKER_HOST",
|
||||
|
|
|
|||
Loading…
Reference in a new issue