diff --git a/charts/logging-pipeline-plumber/templates/NOTES.txt b/charts/logging-pipeline-plumber/templates/NOTES.txt index 1d544b0..83d0541 100644 --- a/charts/logging-pipeline-plumber/templates/NOTES.txt +++ b/charts/logging-pipeline-plumber/templates/NOTES.txt @@ -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 }}