Commit ae138736 authored by Alan Peng's avatar Alan Peng
Browse files

Update deploy.sh

parent 9ed5d58d
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -35,7 +35,11 @@ sed -i "s,image: \"jimmidyson/,image: \"$MyImageRepositoryIP/$MyImageRepositoryP
sed -i "s,- image: \"quay.io/kiali/,- image: \"$MyImageRepositoryIP/$MyImageRepositoryProject/,g" samples/addons/kiali.yaml
sed -i "s,strategy: anonymous,strategy: token,g" samples/addons/kiali.yaml
set +e
kubectl apply -f samples/addons/
set -e
kubectl apply -f /var/lib/wise2c/tmp/istio/kiali-service.yaml
kubectl apply -f /var/lib/wise2c/tmp/istio/jaeger-service.yaml
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment