Update README.md

This commit is contained in:
Zbigniew Zabost
2021-06-22 10:51:45 +02:00
committed by GitHub
parent 165e292328
commit b2384ee732

View File

@@ -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
```