Skip to content

Commit 9222400

Browse files
authored
fix & clarify: openshift SCC (coder#1163)
1 parent 18dbff0 commit 9222400

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup/kubernetes/openshift.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,13 @@ Verb: use
112112
Resource: securitycontextconstraints.security.openshift.io
113113
114114
Users: system:admin
115-
system:serviceaccount:coder:environment
115+
system:serviceaccount:coder:environments
116116
```
117117

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+
118122
## Option 2: Build images compatible with OpenShift
119123

120124
To run Coder workspaces without modifying Security Context Constraints (SCC),

0 commit comments

Comments
 (0)