From 09a32a7aad7405e7c6f4b0ca9c16fc24cc0a1e30 Mon Sep 17 00:00:00 2001 From: John Call Date: Tue, 11 May 2021 10:43:59 -0600 Subject: [PATCH] also remove the command that creates an unnecessary SCC --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6582dd86..c870c1f3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ On OpenShift the service account used to bind volumes does not have the necessar $ NAMESPACE=`oc project -q` $ sed -i'' "s/namespace:.*/namespace: $NAMESPACE/g" ./deploy/rbac.yaml $ oc create -f deploy/rbac.yaml -$ oc create role use-scc-hostmount-anyuid --verb=use --resource=scc --resource-name=hostmount-anyuid -n $NAMESPACE $ oc adm policy add-scc-to-user hostmount-anyuid system:serviceaccount:$NAMESPACE:nfs-client-provisioner ```