Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/kong] remove the extra space in NOTES.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
  • Loading branch information
hbagdi committed Jan 7, 2020
1 parent b3d2830 commit ce192c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/kong/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce192c8

Please sign in to comment.