From 1d35b28436c325ffab7c07b8bd6ef03756fea305 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 2 Nov 2022 14:21:20 -0500 Subject: [PATCH] fix & clarify: openshift SCC --- setup/kubernetes/openshift.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup/kubernetes/openshift.md b/setup/kubernetes/openshift.md index e219349c1..d4350dfcf 100644 --- a/setup/kubernetes/openshift.md +++ b/setup/kubernetes/openshift.md @@ -112,9 +112,13 @@ Verb: use Resource: securitycontextconstraints.security.openshift.io Users: system:admin - system:serviceaccount:coder:environment + system:serviceaccount:coder:environments ``` +> Note: Do not set any `service_account_annotations` values in Workspace +> Providers, as it will cause Coder to create a workspace-specific service +> account in place of the default `environments` service account. + ## Option 2: Build images compatible with OpenShift To run Coder workspaces without modifying Security Context Constraints (SCC),