Skip to content

Commit eac1dd1

Browse files
committed
RHIDP-9701
1 parent f512457 commit eac1dd1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

modules/configuring/proc-using-the-operator-to-run-rhdh-with-your-custom-configuration-in-getting-started-context.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use the {product-short} Operator to run {product} with your custom configuration
2121
.`{my-product-cr-name}.yaml` custom resource example with dynamic plugins and RBAC policies config maps, and external PostgreSQL database secrets.
2222
[source,yaml,subs="+attributes,+quotes"]
2323
----
24-
apiVersion: rhdh.redhat.com/v1alpha3
24+
apiVersion: rhdh.redhat.com/v1alpha5
2525
kind: Backstage
2626
metadata:
2727
name: _<{my-product-cr-name}>_

modules/customizing-the-appearance/proc-overriding-translations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ oc create configmap all-translations \
5858
.{product-custom-resource-type} custom resource fragment
5959
[source,yaml,subs="+quotes"]
6060
----
61-
apiVersion: rhdh.redhat.com/v1alpha3
61+
apiVersion: rhdh.redhat.com/v1alpha5
6262
kind: Backstage
6363
spec:
6464
application:
@@ -117,4 +117,4 @@ i18n:
117117

118118
// * xref:proc-enabling-localization-in-floating-action-button_{context}[fggdsg]
119119
// * xref:proc-enabling-localization-in-quickstarts_{context}[fggdsg]
120-
// * xref:proc-enabling-localization-in-sidebar-menu-items_{context}[fggdsg]
120+
// * xref:proc-enabling-localization-in-sidebar-menu-items_{context}[fggdsg]

modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ data:
102102
- https://avatars.githubusercontent.com # This is to load GitHub avatars in the UI
103103
script-src:
104104
- "'self'"
105-
- "'unsafe-eval'"
105+
- "'unsafe-eval'"
106106
- https://cdn.jsdelivr.net
107107
108108
lightspeed:
@@ -383,7 +383,7 @@ g, user:default/_<your_user>_, role:default/_<your_team>_
383383
+
384384
[source,yaml]
385385
----
386-
apiVersion: rhdh.redhat.com/v1alpha3
386+
apiVersion: rhdh.redhat.com/v1alpha5
387387
kind: Backstage
388388
spec:
389389
application:
@@ -421,4 +421,4 @@ g, user:default/_<your_user>_, role:default/_<your_team>_
421421
.Verification
422422

423423
. Log in to your {product-very-short} instance.
424-
. In your {product-very-short} navigation menu, you are able to see and access the *Lightspeed* menu item. Clicking this menu item takes you to the {ls-short} screen.
424+
. In your {product-very-short} navigation menu, you are able to see and access the *Lightspeed* menu item. Clicking this menu item takes you to the {ls-short} screen.

modules/dynamic-plugins/proc-extensions-enabling-plugins-installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ oc cp ./dynamic-plugins.extensions.yaml <your-namespace>/<pod-name>:/opt/app-roo
7272
+
7373
[source,yaml]
7474
----
75-
apiVersion: rhdh.redhat.com/v1alpha3
75+
apiVersion: rhdh.redhat.com/v1alpha5
7676
kind: Backstage
7777
metadata:
7878
name: developer-hub

modules/orchestrator/proc-enable-orchestrator-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ stringData:
137137
+
138138
[source,yaml]
139139
----
140-
apiVersion: rhdh.redhat.com/v1alpha4
140+
apiVersion: rhdh.redhat.com/v1alpha5
141141
kind: Backstage
142142
metadata:
143143
name: orchestrator

0 commit comments

Comments
 (0)