From 3c64fe1ecac0d218dbef042ad81b8c65a6d76c8a Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Thu, 23 Apr 2020 00:22:15 -0700 Subject: [PATCH] Fix typo --- templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/NOTES.txt b/templates/NOTES.txt index 1982e68..5c07b3a 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -33,9 +33,9 @@ {{- else if contains "LoadBalancer" .Values.service.ssh.serviceType }} NOTE: It may take a few minutes for the LoadBalancer IP to be available. - Watch the status with: 'kubectl get svc -w {{ template "fullname" . }}ssh' + Watch the status with: 'kubectl get svc -w {{ template "fullname" . }}-ssh' - export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "fullname" . }}ssh -o jsonpath='{.status.loadBalancer.ingress[0].ip}') + export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "fullname" . }}-ssh -o jsonpath='{.status.loadBalancer.ingress[0].ip}') echo http://$SERVICE_IP/ {{- else if contains "ClusterIP" .Values.service.ssh.serviceType }}