Skip to content

Commit c694edf

Browse files
committed
feat: Allow to disable Envoy
1 parent 26c8204 commit c694edf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackgres-k8s/e2e/spec/default-mutator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ e2e_test_install() {
1616

1717
PGCONFIG_FIELDS=36
1818
LOGS_PGCONFIG_FIELDS=37
19-
PGCONFIG_DEFAULTS_PARAMETERS=53
19+
PGCONFIG_DEFAULTS_PARAMETERS=52
2020

2121
PGBOUNCER_FIELDS=6
22-
PGBOUNCER_DEFAULTS_PARAMETERS=14
22+
PGBOUNCER_DEFAULTS_PARAMETERS=13
2323

2424
kubectl create namespace "$CLUSTER_NAMESPACE"
2525
deploy_curl_pod "$CLUSTER_NAMESPACE"

0 commit comments

Comments
 (0)