Skip to content

Commit 0cfeeaf

Browse files
author
Ronen Hilewicz
committed
Configure console backend with controller 'write' key
It needs it in order to manage system-level roles in lieu of a controller API that provides that functionality.
1 parent 979b2c2 commit 0cfeeaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/console/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- name: DS0_TENANT_ID
5656
value: {{ .tenant_id }}
5757
{{- end }}
58-
{{- with include "aserto-lib.controllerKeyEnv" (list . "read") }}
58+
{{- with include "aserto-lib.controllerKeyEnv" (list . "write") }}
5959
- name: DS0_ROOT_KEY
6060
{{- . | nindent 14 }}
6161
{{- end }}

0 commit comments

Comments
 (0)