Skip to content

Commit 75ef8cc

Browse files
committed
RHDHBUGS-2005 - Fixed broken link by replacing docs.redhat.com occurences by attributes - leftovers
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 3c92b7c commit 75ef8cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/installation/proc-rhdh-deploy-gke-helm.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When you install the {product-short} Helm chart in {gke-brand-name} ({gke-short}
1212

1313
* You have configured a domain name for your {product-short} instance.
1414
* You have reserved a static external Premium IPv4 Global IP address that is not attached to any VM. For more information see https://cloud.google.com/vpc/docs/reserve-static-external-ip-address#reserve_new_static[Reserve a new static external IP address]
15-
* You have configured the DNS records for your domain name to point to the IP address that has been reserved.
15+
* You have configured the DNS records for your domain name to point to the IP address that has been reserved.
1616
+
1717
[NOTE]
1818
====
@@ -66,7 +66,7 @@ spec:
6666
--
6767
For more information about setting up a Google-managed certificate, see https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs?hl=en#setting_up_a_google-managed_certificate[Setting up a Google-managed certificate].
6868

69-
. Create a `FrontendConfig` object to set a policy for redirecting to HTTPS. You must attach this policy to the ingress.
69+
. Create a `FrontendConfig` object to set a policy for redirecting to HTTPS. You must attach this policy to the ingress.
7070
+
7171
--
7272
.Example of attaching a `FrontendConfig` object to the ingress
@@ -137,7 +137,7 @@ For the latest Helm Chart version, see this https://github.com/openshift-helm-ch
137137
+
138138
[source,terminal,subs="attributes+"]
139139
----
140-
kubectl get deploy <you_deploy_name>-developer-hub -n <your_namespace>
140+
kubectl get deploy <your_deploy_name>-developer-hub -n <your_namespace>
141141
----
142142

143143
* Verify that the service and ingress were created.
@@ -151,7 +151,7 @@ kubectl get ingress -n <your_namespace>
151151
[NOTE]
152152
Wait for the `ManagedCertificate` to be provisioned. This process can take a couple of hours.
153153

154-
* Access {product-very-short} with `https://<rhdh_domain_name>`
154+
* Access {product-very-short} with `pass:c,a,q[{my-product-url}]`.
155155

156156
* To upgrade your deployment, use the following command:
157157
+
@@ -165,4 +165,4 @@ helm -n <your_namespace> upgrade -f values.yaml <your_deploy_name> openshift-hel
165165
[source,terminal,subs="attributes+"]
166166
----
167167
helm -n <your_namespace> delete <your_deploy_name>
168-
----
168+
----

0 commit comments

Comments
 (0)