You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learn/getting-started-multi-cloud-gitops.adoc
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ The {validated-patterns-op} is successfully installed in the relevant namespace.
171
171
. Click the installed *{validated-patterns-op}*.
172
172
173
173
. Under the *Details* tab, in the *Provided APIs* section, in the
174
-
*Pattern* box, click *Create Instance* that displays the *Create Pattern* page.
174
+
*Pattern* box, click *Create instance* that displays the *Create Pattern* page.
175
175
176
176
. On the the *Create Pattern* page, select *Form view* and enter information in the following fields:
177
177
@@ -199,11 +199,19 @@ Verify that the *hello-world* application deployed successfully as follows:
199
199
200
200
. Select the *hello-world* *Project*.
201
201
202
-
. Click on the *Location URL*. THis should reveal the *Hello World!*
202
+
. Click on the *Location URL*. THis should reveal:
203
+
+
204
+
[source,terminal]
205
+
----
206
+
Hello World!
203
207
208
+
Hub Cluster domain is 'apps.aws-hub-cluster.openshift.org'
209
+
Pod is running on Local Cluster Domain 'apps.aws-hub-cluster.openshift.org'
210
+
----
211
+
+
204
212
For more information about post-installation instructions for a pattern, see its _Getting started_ page.
205
213
206
-
Alternatively you can deploy the Multicloud GitOps pattern usung the command line script `pattern.sh`
214
+
Alternatively you can deploy the Multicloud GitOps pattern by using the command line script `pattern.sh`
207
215
208
216
. Deploy the pattern by running `./pattern.sh make install` or by using the link:/infrastructure/using-validated-pattern-operator/[Validated Patterns Operator].
0 commit comments