Skip to content

Commit 6d9cf6d

Browse files
committed
Merge remote-tracking branch 'origin/feat/add-mgmt-license-and-configmap' into feat/add-mgmt-license-and-configmap
2 parents 21f5129 + ca458e5 commit 6d9cf6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/suite/utils/resources_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,10 @@ def create_ingress_controller_wafv5(
13961396
"capabilities": {"drop": ["all"]},
13971397
"readOnlyRootFilesystem": rorfs,
13981398
},
1399-
"env": [{"name": "ENFORCER_PORT", "value": "50000"}],
1399+
"env": [
1400+
{"name": "ENFORCER_PORT", "value": "50000"},
1401+
{"name": "ENFORCER_CONFIG_TIMEOUT", "value": "0"},
1402+
],
14001403
"volumeMounts": [
14011404
{
14021405
"name": "app-protect-bd-config",

0 commit comments

Comments
 (0)