Replies: 1 comment
-
@creeram I have/had the same issue - the main.tf Terraform template in Coder is not using the given namespace. Anyway, if you're looking for a workaround you could add an additional extended ClusterRole plus a ClusterRoleBinding. I used the role "coder-workspace-perms" as input.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error:
Error: services is forbidden: User "system:serviceaccount:coder:coder" cannot create resource "services" in API group "" in the namespace "default"
k8s service manifest in coder template.
why it it trying to create in default when i defined namespace="coder" ?
Beta Was this translation helpful? Give feedback.
All reactions