From b2367e480207efea1f09017659eafd16b3e51eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Deppierraz?= Date: Thu, 4 May 2017 05:12:25 +0200 Subject: [PATCH] Fix a typo in stable/nginx-ingress (#993) --- stable/nginx-ingress/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/nginx-ingress/templates/NOTES.txt b/stable/nginx-ingress/templates/NOTES.txt index a4a18b4522..81efaa586b 100644 --- a/stable/nginx-ingress/templates/NOTES.txt +++ b/stable/nginx-ingress/templates/NOTES.txt @@ -16,7 +16,7 @@ Get the application URL by running these commands: export NODE_IP=$(kubectl --namespace {{ .Release.Namespace }} get nodes -o jsonpath="{.items[0].status.addresses[1].address}") echo "Visit http://$NODE_IP:$HTTP_NODE_PORT to access your application via HTTP." - echo "Visit http://$NODE_IP:$HTTPS_NODE_PORT to access your application via HTTPS." + echo "Visit https://$NODE_IP:$HTTPS_NODE_PORT to access your application via HTTPS." {{- else if contains "LoadBalancer" .Values.controller.service.type }} It may take a few minutes for the LoadBalancer IP to be available. You can watch the status by running 'kubectl --namespace {{ .Release.Namespace }} get services -o wide -w {{ template "controller.fullname" . }}'