diff --git a/stable/kong/templates/NOTES.txt b/stable/kong/templates/NOTES.txt index 8e2e52a89577..d7ee3f30771f 100644 --- a/stable/kong/templates/NOTES.txt +++ b/stable/kong/templates/NOTES.txt @@ -7,7 +7,7 @@ To connect to Kong, please execute the following command {{- else if contains "NodePort" .Values.proxy.type -}} HOST=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath='{.items[0].status.addresses[0].address}') PORT=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "kong.fullname" . }}-proxy -o jsonpath='{.spec.ports[0].nodePort}') -{{- end -}} +{{- end -}} export PROXY_IP=${HOST}:${PORT} curl $PROXY_IP