From 4a6e2643a59de832bad220943d9b0a67fb4d0180 Mon Sep 17 00:00:00 2001 From: "zhao.laihe" Date: Wed, 28 Feb 2024 11:11:45 +0800 Subject: [PATCH] fix: install ingress-nginx by dev-env.sh script Signed-off-by: zhao.laihe --- build/dev-env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/dev-env.sh b/build/dev-env.sh index f8a2eab98a..e2b3bf360f 100755 --- a/build/dev-env.sh +++ b/build/dev-env.sh @@ -100,7 +100,8 @@ kubectl create namespace ingress-nginx &> /dev/null || true cat << EOF | helm template ingress-nginx ${DIR}/../charts/ingress-nginx --namespace=ingress-nginx --values - | kubectl apply -n ingress-nginx --validate=false -f - controller: image: - repository: ${REGISTRY}/controller + registry: gcr.io + image: ${REGISTRY}/controller tag: ${TAG} digest: config: