Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from shoudusse/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
edisonxiang committed May 8, 2019
2 parents 3b3a5eb + 3d57e98 commit 0244c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0244c8d

Please sign in to comment.