Merge pull request #67 from reactiveops/ejether/fix-notes-service-name

Fixing helm chart name conventions
This commit is contained in:
Rob Scott
2019-04-26 14:48:55 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -58,5 +58,5 @@ spec:
mountPath: /opt/app/config.yaml
subPath: config.yaml
readOnly: true
serviceAccountName: {{ include "fairwinds.name" . }}
serviceAccountName: {{ include "fairwinds.fullname" . }}
{{- end -}}