workspaceNamespaces not applying

Hi, I testing and preparing coder on my dev cluster. I want to coder workspaces run on diffirent namespace. I found in helm chart coder.serviceAccount.workspaceNamespaces. I configured parameter but after deployment no role and role binding was created on this namespace. What I doing wrong?
coder:
serviceAccount:
workspaceNamespaces:
- name: app
- name: coder-runtime
- name: coder
extraRules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
coder:
serviceAccount:
workspaceNamespaces:
- name: app
- name: coder-runtime
- name: coder
extraRules:
- apiGroups: [""]
resources: ["secrets"]
verbs: ["get", "list"]
3 Replies
Codercord
Codercord2w ago
Codercord
Codercord2w ago
What are you creating this issue for?
setxi
setxiOP2w ago
My mistake, this feature was added two days ago and will likely be released in version 2.26 in October.

Did you find this page helpful?