diff --git a/deploy/helm/fairwinds/templates/NOTES.txt b/deploy/helm/fairwinds/templates/NOTES.txt index 3a1b4c36..3030b675 100644 --- a/deploy/helm/fairwinds/templates/NOTES.txt +++ b/deploy/helm/fairwinds/templates/NOTES.txt @@ -6,7 +6,7 @@ Enjoy Fairwinds and smooth sailing! ## To view the dashboard execute these commands: -kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ include "fairwinds.name" . }}-dashboard 8080:80 & +kubectl port-forward --namespace {{ .Release.Namespace }} svc/{{ include "fairwinds.fullname" . }}-dashboard 8080:80 & open http://localhost:8080 {{- end }} diff --git a/deploy/helm/fairwinds/templates/dashboard.deployment.yaml b/deploy/helm/fairwinds/templates/dashboard.deployment.yaml index 3d17af32..700026ea 100644 --- a/deploy/helm/fairwinds/templates/dashboard.deployment.yaml +++ b/deploy/helm/fairwinds/templates/dashboard.deployment.yaml @@ -58,5 +58,5 @@ spec: mountPath: /opt/app/config.yaml subPath: config.yaml readOnly: true - serviceAccountName: {{ include "fairwinds.name" . }} + serviceAccountName: {{ include "fairwinds.fullname" . }} {{- end -}}