process review
This commit is contained in:
parent
67fad68783
commit
37f0733475
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue