mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updated the NOTES for istio. (#2438)
This commit is contained in:
committed by
Lachlan Evenson
parent
1776e5d650
commit
1bdba61c19
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user