Coder.comC
Coder.com4mo ago
3 replies
setxi

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"]
Was this page helpful?