process review

main
Maarten de Waard 2022-10-05 12:20:16 +02:00
parent 67fad68783
commit 37f0733475
No known key found for this signature in database
GPG Key ID: 1D3E893A657CC8DA
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ roleRef:
name: {{ template "common.names.fullname" . }}
subjects:
- kind: ServiceAccount
name: {{ template "common.names.fullname" . }}
name: {{ include "dashboard.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
{{- end }}

View File

@ -236,7 +236,7 @@ backend:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard-backend/dashboard-backend
tag: load-incluster-config
tag: 0-3-1
digest: ""
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.