eShopOnContainers/k8s/istio/deploy-istio-helm.ps1
jmanuelcorral 7ff2c56624 Fix merge
2019-03-07 16:27:51 +01:00

9 lines
620 B
PowerShell

$ISTIO_VERSION="1.0.6"
cd istio-$ISTIO_VERSION
<<<<<<< HEAD
helm install install/kubernetes/helm/istio --wait --name istio --namespace istio-system --set global.controlPlaneSecurityEnabled=true --set grafana.enabled=true --set tracing.enabled=true --set kiali.enabled=true --set ingress.enabled=false --set gateways.istio-ingressgateway.enabled=false
cd ..
=======
helm install install/kubernetes/helm/istio --name istio --namespace istio-system --set global.controlPlaneSecurityEnabled=true --set grafana.enabled=true --set tracing.enabled=true --set kiali.enabled=true
>>>>>>> abb108e03dd0ddf0b43d7ea4b2f5b307452ac88e