From 73f2ca2072d78f5e467b476effc06bcb19cdc6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 25 Jun 2019 15:27:06 +0200 Subject: [PATCH] fix typo --- SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index ed56b54..28fe677 100644 --- a/SETUP.md +++ b/SETUP.md @@ -65,7 +65,7 @@ oc create route edge apicast-wildcard-production --service=apicast-production -- - Navigate to **Audience** > **Accounts** > **Listing** - Click on **Developer** -- Saver the **Developer** Account ID that is the last part of the URL (after **/buyers/accounts/**) +- Save the **Developer** Account ID that is the last part of the URL (after **/buyers/accounts/**) ```sh export ONPREM_DEVELOPER_ACCOUNT_ID=5 @@ -182,5 +182,5 @@ oc new-app --template=3scale-gateway --name=apicast-production -p CONFIGURATION_ oc scale dc/apicast-staging --replicas=1 oc scale dc/apicast-production --replicas=1 oc create route edge apicast-staging --service=apicast-staging --hostname="$APICAST_SELF_MANAGED_STAGING_WILDCARD_DOMAIN" --insecure-policy=Allow --wildcard-policy=Subdomain -oc create route edge apicast-production --service=apicast-saas-production --hostname="$APICAST_SELF_MANAGED_PRODUCTION_WILDCARD_DOMAIN" --insecure-policy=Allow --wildcard-policy=Subdomain +oc create route edge apicast-production --service=apicast-production --hostname="$APICAST_SELF_MANAGED_PRODUCTION_WILDCARD_DOMAIN" --insecure-policy=Allow --wildcard-policy=Subdomain ```