From 1bdba61c19f5835cd9f2da5eb79f42679e7df505 Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Mon, 23 Oct 2017 13:20:28 +0800 Subject: [PATCH] Updated the NOTES for istio. (#2438) --- incubator/istio/templates/NOTES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/incubator/istio/templates/NOTES.txt b/incubator/istio/templates/NOTES.txt index f3389e288e..fc25394a9e 100644 --- a/incubator/istio/templates/NOTES.txt +++ b/incubator/istio/templates/NOTES.txt @@ -56,7 +56,11 @@ Verifying the ServiceGraph service Deploy your App! - kubectl create -f <(istioctl kube-inject -f .yaml) +{{ if .Values.initializer.enabled }} + kubectl create -f .yaml +{{- else }} + kubectl create -f <(istioctl kube-inject -i {{ .Release.Namespace }} -f .yaml) +{{- end }} Or deploy the BookInfo App!