oracle-database-operator icon indicating copy to clipboard operation
oracle-database-operator copied to clipboard

Typo: SIDB/REAMDME.md incorrect filename supplied for oc apply command for OpenShift RBAC

Open SyNuOra opened this issue 1 month ago • 0 comments

Reporting a typo in the documentation for SIDB README.md - OpenShift Context Contstratints

In step 2 it provides the following:

Apply the file openshift_rbac.yaml with cluster-admin user privileges.

oc apply -f openshift-rbac.yaml

The file name in the command used to apply the yaml file is incorrect, it contains a "-" instead of "_" . It should be:

oc apply -f openshift_rbac.yaml

SyNuOra avatar Dec 05 '25 08:12 SyNuOra