Skip to content

Commit 5116edf

Browse files
authored
chore(workflow): istiod enable alpha gateway-api
1 parent c6d41f1 commit 5116edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function install_gateway() {
351351
helm repo update
352352
kubectl apply -f $gateway_api_url/releases/download/${version}/experimental-install.yaml
353353
helm install istio-base istio/base -n istio-system --set defaultRevision=default --create-namespace --wait
354-
helm install istio-istiod istio/istiod -n istio-system --wait
354+
helm install istio-istiod istio/istiod -n istio-system --set pilot.env.PILOT_ENABLE_ALPHA_GATEWAY_API=true --wait
355355
helm install istio-gateway istio/gateway -n istio-gateway --create-namespace --wait
356356
echo -e "\\033[32m---> Gateway installed!\\033[0m"
357357
}

0 commit comments

Comments
 (0)