From 3d57e9854ff9cd32468dc4173044a97011810531 Mon Sep 17 00:00:00 2001 From: Sylvain Houdusse Date: Mon, 6 May 2019 21:59:47 +0200 Subject: [PATCH] Fix typo --- openshift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/README.md b/openshift/README.md index cd0b416c..10849e13 100644 --- a/openshift/README.md +++ b/openshift/README.md @@ -60,7 +60,7 @@ $ oc create -f secret-config.yaml You can find more information by openning the file [service.yaml](https://github.com/huaweicloud/huaweicloud-service-broker/blob/master/openshift/deploy/service.yaml). The default [name](https://github.com/huaweicloud/huaweicloud-service-broker/blob/master/openshift/deploy/service.yaml#L77) for the service is ```service-broker```, and the default ```namespace``` for the service is ```default```, and the default [port](https://github.com/huaweicloud/huaweicloud-service-broker/blob/master/openshift/deploy/service.yaml#L85) for the service is ```12345```, and then you can run the following command to create ```service.yaml```. Please make sure the service is running before going to the next step. ``` -$ oc create -f serivce.yaml +$ oc create -f service.yaml ``` #### 4. Creating service broker in OpenShift Cluster