Skip to content
Snippets Groups Projects
Verified Commit 37f07334 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

process review

parent 67fad687
No related branches found
Tags 0.15.9
1 merge request!52Resolve "Add RBAC to the helm chart for k8s access from dashboard-backend"
Pipeline #29622 passed with stages
in 3 minutes and 6 seconds
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment