Updates to Artifactory scc instructions in Operatorhub

This commit is contained in:
John Peterson
2020-12-30 16:51:42 -08:00
parent 2370e8fd5d
commit b068a29abb

View File

@@ -123,10 +123,15 @@ spec:
```
oc adm policy add-scc-to-user anyuid -z artifactory-ha-operator
oc adm policy add-scc-to-user anyuid -z artifactory-ha-operator -n openshift-operators
```
Using "artifactory" as the example namespace:
```
oc adm policy add-scc-to-user anyuid -z openshiftartifactoryha-artifactory-ha -n artifactory
```
## Usage