From f706290837585a1b74d05c56d843040c6373ffcb Mon Sep 17 00:00:00 2001 From: Daniel Brintzinger Date: Tue, 9 Apr 2024 15:58:00 +0200 Subject: [PATCH] clarify acs url --- content/10-rhacs-setup/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/10-rhacs-setup/_index.md b/content/10-rhacs-setup/_index.md index 30de180..d092000 100644 --- a/content/10-rhacs-setup/_index.md +++ b/content/10-rhacs-setup/_index.md @@ -32,7 +32,7 @@ You must install the ACS Central instance in its own project and not in the **rh - You should now be in the **rhacs-operator** project the Operator created, create a new OpenShift **Project** for the **Central** instance: - Create a new project called **stackrox** (Red Hat recommends using **stackrox** as the project name.) by selecting **Projects: Create project** - In the Operator view under **Provided APIs** on the tile **Central** click **Create Instance** -- Switch to the YAMl View. +- Switch to the YAML View. - Replace the YAML content with the following: ```yaml @@ -150,7 +150,7 @@ Let's create the init bundle using the ACS **API** on the commandline: Go to your Web Terminal (if it timed out just start it again), then paste, edit and execute the following lines: -- Set the ACS API endpoint, replace `` with the URL of your ACS portal (without 'https://' e.g. central-stackrox.apps.cluster-cqtsh.cqtsh.example.com ) +- Set the ACS API endpoint, replace `` with the base URL of your ACS portal (without 'https://' e.g. central-stackrox.apps.cluster-cqtsh.cqtsh.example.com ) ```bash export ROX_ENDPOINT=:443