fix istio install (#2826)

This commit is contained in:
Dave Protasowski 2020-09-17 14:43:42 -04:00 committed by GitHub
parent 6b3f8aad17
commit 4f1c203ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
function install_istio() {
ISTIO_VERSION=$(curl https://raw.githubusercontent.com/knative-sandbox/net-istio/master/third_party/istio-stable)
ISTIO_VERSION=istio-stable
echo ">> Bringing up Istio"
echo ">> Running Istio CRD installer"
kubectl apply -f "https://raw.githubusercontent.com/knative-sandbox/net-istio/master/third_party/${ISTIO_VERSION}/istio-crds.yaml" || return 1