From 587e680543e75a0086589df8e6263a7641a4f58d Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Mon, 27 Sep 2021 20:58:03 +0800 Subject: [PATCH] [skip ci] Refine comments (#8720) Signed-off-by: Edward Zeng --- tests/scripts/e2e-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/e2e-k8s.sh b/tests/scripts/e2e-k8s.sh index 817ceedb7e..5c583b2534 100755 --- a/tests/scripts/e2e-k8s.sh +++ b/tests/scripts/e2e-k8s.sh @@ -200,7 +200,7 @@ fi export PULL_POLICY=IfNotPresent # We run a local-registry in a docker container that KinD nodes pull from -# These values are must match what is in config/trustworthy-jwt.yaml +# These values must match what are in config/trustworthy-jwt.yaml export KIND_REGISTRY_NAME="kind-registry" export KIND_REGISTRY_PORT="5000" export KIND_REGISTRY="localhost:${KIND_REGISTRY_PORT}"