Skip to content

Commit

Permalink
Update NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
paynejacob authored Aug 23, 2021
1 parent f0cc8b0 commit 086942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logging-pipeline-plumber/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1. To access the rancher logging pipeline plumber UI RUN:
echo "Visit http://127.0.0.1:9090 to get to dashboard"
kubectl port-forward svc/{{ include "logging-pipeline-plumber.fullname" . }}-logging-pipeline-plumber 9090:9090 -n {{ .Release.Namespace }}
kubectl port-forward svc/{{ include "logging-pipeline-plumber.fullname" . }} 9090:9090 -n {{ .Release.Namespace }}

0 comments on commit 086942b

Please sign in to comment.