diff --git a/test/e2e/cmd/init/constants/constants.go b/test/e2e/cmd/init/constants/constants.go index 6642a122325..fc38c78f9b7 100644 --- a/test/e2e/cmd/init/constants/constants.go +++ b/test/e2e/cmd/init/constants/constants.go @@ -106,6 +106,9 @@ spec: image: {{.image}} imagePullPolicy: IfNotPresent name: yurt-manager + env: + - name: WEBHOOK_PORT + value: "10270" ports: - containerPort: 10270 name: webhook-server