1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00

Remove bash highlight

This commit is contained in:
Tomas Sedovic
2017-10-18 14:29:24 +02:00
parent 21b7d93892
commit f065246184

View File

@@ -107,7 +107,7 @@ Either way, find the `oc` binary and put it in your `PATH`.
### Logging in Using the Command Line
```bash
```
oc login --insecure-skip-tls-verify=true https://master-0.openshift.example.com:8443 -u user -p password
oc new-project test
oc new-app --template=cakephp-mysql-example