File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/resources/bash-scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2020, 2022 , Oracle and/or its affiliates.
2+ # Copyright (c) 2020, 2023 , Oracle and/or its affiliates.
33# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
55# Description:
@@ -39,7 +39,7 @@ kubectl create namespace istio-system
3939
4040( cd ${istiodir}
4141 bin/istioctl x precheck
42- bin/istioctl install --set profile=demo --set values.global.imagePullSecrets[0]=docker-istio-secret --set meshConfig.enablePrometheusMerge=false -y
42+ bin/istioctl install --set meshConfig.enablePrometheusMerge=false --set values.global.imagePullSecrets[0]=docker-istio-secret --set hub=gcr.io/istio-release --set profile=demo -y
4343 bin/istioctl verify-install
4444 bin/istioctl version
4545)
You can’t perform that action at this time.
0 commit comments