From cc6a1864204e45e262e9d5ae1072e308e8b0c164 Mon Sep 17 00:00:00 2001 From: EJ Etherington Date: Fri, 26 Apr 2019 09:12:57 -0700 Subject: [PATCH] updating service name in notes and service --- deploy/helm/fairwinds/templates/NOTES.txt | 2 +- deploy/helm/fairwinds/templates/dashboard.deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -}}