Skip to content

Commit bc1ef33

Browse files
committed
Fix the chart notes
Signed-off-by: Lolla, Venkata <[email protected]>
1 parent 10eda72 commit bc1ef33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

k8s-deploy/neodash/templates/NOTES.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ The NeoDash application has been successfully deployed, here is the application
1919
export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}")
2020
echo "Visit http://127.0.0.1:8080 to use your application"
2121
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT
22-
{{- end }}
23-
24-
Note: Give it a couple of minutes for the ingress to acquire a certificate and setup the DNS records for hostname specified.
25-
26-
If the above url is not working, please run the kubectl describe ingress -n {{ .Release.Namespace }} command and check the events for any errors.
22+
{{- end }}

0 commit comments

Comments
 (0)