mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Fix labels in NOTES.txt
This commit is contained in:
parent
8527f2f96c
commit
5af08fa5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ const defaultNotes = `1. Get the application URL by running these commands:
|
|||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
|
||||
echo http://$SERVICE_IP:{{ .Values.Master.ServicePort }}
|
||||
{{- else if contains "ClusterIP" .Values.service.type }}
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "component={{ template "fullname" . }}-master" -o jsonpath="{.items[0].metadata.name}")
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "fullname" . }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
echo http://127.0.0.1:{{ .Values.service.externalPort }}
|
||||
kubectl port-forward $POD_NAME {{ .Values.service.externalPort }}:{{ .Values.service.externalPort }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue