Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZbigniewZabost authored Jun 22, 2021
1 parent 165e292 commit b2384ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenShift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ For Openshift cluster in version 4.x follow these steps:
export KUBECONFIG=/path/to/oc/cluster/dir/auth/kubeconfig
oc adm new-project robot-shop
oc adm policy add-scc-to-user anyuid -z default -n robot-shop
oc adm policy add-scc-to-user privileged -z default -n robot-shop
cd robot-shop/K8s
helm install robot-shop --set openshift=true -n robot-shop helm
```
Expand Down

0 comments on commit b2384ee

Please sign in to comment.