mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
Merge pull request #67 from reactiveops/ejether/fix-notes-service-name
Fixing helm chart name conventions
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -58,5 +58,5 @@ spec:
|
||||
mountPath: /opt/app/config.yaml
|
||||
subPath: config.yaml
|
||||
readOnly: true
|
||||
serviceAccountName: {{ include "fairwinds.name" . }}
|
||||
serviceAccountName: {{ include "fairwinds.fullname" . }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user