Skip to content

Commit

Permalink
wrong port name in NOTES.txt (#12743)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyobrienjones authored Jan 29, 2021
1 parent 5b97307 commit 20c1ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/superset/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
echo http://$SERVICE_IP:{{ .Values.service.port }}
{{- else if contains "ClusterIP" .Values.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "superset.name" . }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:80
echo "Visit http://127.0.0.1:8088 to use your application"
kubectl port-forward $POD_NAME 8088:80
{{- end }}

0 comments on commit 20c1ea7

Please sign in to comment.