ci/cd - fix syntax error in k8s test class

This commit is contained in:
bunkerity 2023-04-03 13:39:56 +02:00
parent 1c3c0d63b7
commit f4442b6428
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class KubernetesTest(Test):
"USE_LETS_ENCRYPT_STAGING": "yes",
"USE_REAL_IP": "yes",
"USE_PROXY_PROTOCOL": "yes",
"REAL_IP_FROM": "100.64.0.0/16"
"REAL_IP_FROM": "100.64.0.0/16",
"REAL_IP_HEADER": "proxy_protocol"
}
replace_env = {