Updated the NOTES for istio. (#2438)

This commit is contained in:
Guang Ya Liu
2017-10-22 22:20:28 -07:00
committed by Lachlan Evenson
parent 1776e5d650
commit 1bdba61c19
+5 -1
View File
@@ -56,7 +56,11 @@ Verifying the ServiceGraph service
Deploy your App!
kubectl create -f <(istioctl kube-inject -f <your-app-spec>.yaml)
{{ if .Values.initializer.enabled }}
kubectl create -f <your-app-spec>.yaml
{{- else }}
kubectl create -f <(istioctl kube-inject -i {{ .Release.Namespace }} -f <your-app-spec>.yaml)
{{- end }}
Or deploy the BookInfo App!