From 768de6e6fab7d5a1e89a60e0524edfdf87f408d6 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 13 Jun 2019 14:13:59 +0200 Subject: [PATCH] [skip travis] fix doc --- support/openshift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/openshift/README.md b/support/openshift/README.md index 9e9f3d9..41824bf 100644 --- a/support/openshift/README.md +++ b/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 ```