We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dbff0 commit 9222400Copy full SHA for 9222400
setup/kubernetes/openshift.md
@@ -112,9 +112,13 @@ Verb: use
112
Resource: securitycontextconstraints.security.openshift.io
113
114
Users: system:admin
115
- system:serviceaccount:coder:environment
+ system:serviceaccount:coder:environments
116
```
117
118
+> Note: Do not set any `service_account_annotations` values in Workspace
119
+> Providers, as it will cause Coder to create a workspace-specific service
120
+> account in place of the default `environments` service account.
121
+
122
## Option 2: Build images compatible with OpenShift
123
124
To run Coder workspaces without modifying Security Context Constraints (SCC),
0 commit comments