Skip to content

Commit

Permalink
fixed command in chart notes
Browse files Browse the repository at this point in the history
  • Loading branch information
paynejacob authored Aug 23, 2021
1 parent 3f66e84 commit f0cc8b0
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/logging-pipeline-plumber 9090:9090 -n {{ .Release.Namespace }}
kubectl port-forward svc/{{ include "logging-pipeline-plumber.fullname" . }}-logging-pipeline-plumber 9090:9090 -n {{ .Release.Namespace }}

0 comments on commit f0cc8b0

Please sign in to comment.