|
| 1 | +// Module included in the following assemblies: |
| 2 | +// assembly-install-rhdh-osd-gcp.adoc |
| 3 | + |
| 4 | +[id="proc-install-rhdh-osd-gcp-helm_{context}"] |
| 5 | += Installing {product} on {osd-short} on {gcp-short} using the Helm Chart |
| 6 | + |
| 7 | +You can install {product-short} on {osd-short} on {gcp-short} using the {product} Helm Chart. |
| 8 | + |
| 9 | +.Prerequisites |
| 10 | +* You have a valid {gcp-short} account. |
| 11 | +* Your {osd-short} cluster is running on {gcp-short}. For more information, see link:https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/installing_accessing_and_deleting_openshift_dedicated_clusters/osd-creating-a-cluster-on-gcp[Creating a cluster on GCP] in {osd-brand-name} documentation. |
| 12 | +* You have installed Helm 3 or the latest. |
| 13 | + |
| 14 | +.Procedure |
| 15 | +. From the *Developer* perspective on the {product-short} web console, click *+Add*. |
| 16 | +. From the *Developer Catalog* panel, click *Helm Chart*. |
| 17 | +. In the *Filter by keyword* box, enter {product-short} and click the *{product}* card. |
| 18 | +. From the {product} page, click *Create*. |
| 19 | +. From your cluster, copy the {ocp-short} router host (for example: `apps.<clusterName>.com`). |
| 20 | +. Select the radio button to configure the {product-short} instance with either the form view or YAML view. The *Form view* is selected by default. |
| 21 | ++ |
| 22 | +-- |
| 23 | +.. Using *Form view* |
| 24 | +... To configure the instance with the Form view, go to *Root Schema → global → Enable service authentication within Backstage instance* and paste your {ocp-short} router host into the field on the form. |
| 25 | + |
| 26 | +.. Using *YAML view* |
| 27 | +... To configure the instance with the YAML view, paste your {ocp-short} router hostname in the `global.clusterRouterBase` parameter value as shown in the following example: |
| 28 | ++ |
| 29 | +[source,yaml] |
| 30 | +---- |
| 31 | +global: |
| 32 | + auth: |
| 33 | + backend: |
| 34 | + enabled: true |
| 35 | + clusterRouterBase: apps.<clusterName>.com |
| 36 | + # other {product} Helm Chart configurations |
| 37 | +---- |
| 38 | +-- |
| 39 | + |
| 40 | +. Edit the other values if needed, then click *Create* and wait for the database and {product-short} to start. |
| 41 | + |
| 42 | +.Verification |
| 43 | + |
| 44 | +* To access the the {product-short}, click the *Open URL* icon. |
| 45 | + |
| 46 | +.Additional resources |
| 47 | +* link:{LinkAdminGuide}[{Administration guide for {product}}] |
0 commit comments