Skip to content

Commit 704cecd

Browse files
authored
Merge pull request #206 from RedisLabs/yuvallevy2-patch-10
Update README.md
2 parents 73a976e + 1e4cc54 commit 704cecd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,10 @@ Other custom configurations are referenced in this repository.
241241
3. Provide the operator permissions for pods (substitute your project for "my-project"):
242242
243243
```bash
244-
oc adm policy add-scc-to-group redis-enterprise-scc system:serviceaccounts:my-project
244+
oc adm policy add-scc-to-user redis-enterprise-scc system:serviceaccount:my-project:redis-enterprise-operator
245+
oc adm policy add-scc-to-user redis-enterprise-scc system:serviceaccount:my-project:rec
245246
```
247+
> Note - change rec in the suffix of the 2nd command with the name of the RedisEnterpriseCluster, if different (see step "Redis Enterprise Cluster custom resource" below).
246248
247249
4. Deploy the OpenShift operator bundle:
248250
> NOTE: Update the `storageClassName` setting in `openshift.bundle.yaml` (by default its set to `gp2`).

0 commit comments

Comments
 (0)