Browse Source

[skip travis] fix doc

master
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
768de6e6fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/openshift/README.md

2
support/openshift/README.md

@ -7,7 +7,7 @@ You can use the provided OpenShift template to create all the mandatory objects:
- A Secret holding the credentials to access the 3scale Admin Portal
```sh
oc create -f openshift-template.yaml
oc create -f https://raw.githubusercontent.com/nmasse-itix/threescale-cicd/master/support/openshift/openshift-template.yaml
oc new-app --template=deploy-3scale-api -p THREESCALE_CICD_VERSION=stable -p THREESCALE_ADMIN_PORTAL_ACCESS_TOKEN=1234..5678 -p THREESCALE_ADMIN_PORTAL_HOSTNAME=TENANT-admin.3scale.net -p API_NAME=echo-api -p THREESCALE_CICD_PRIVATE_BASE_URL=https://echo-api.3scale.net -p API_GIT_URI=https://github.com/nmasse-itix/rhte-api.git
```

Loading…
Cancel
Save