Edit Configurator settings warning filter

This commit is contained in:
Théophile Diot 2024-08-12 13:01:14 +01:00
parent abe1b2d26f
commit 8ebb1495fd
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

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