Skip to content

Commit cb264aa

Browse files
pabel-rhthemr0c
authored andcommitted
RHIDP-7789: Some docs refer to old CRD versions or deprecated CRD fields (#1250)
* Updated deprecated ones * Incorporated Armel's comments * Incorporated Armel's comments * Incorporated Armel's final comments * minor change
1 parent 87c5eae commit cb264aa

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

modules/configuring-high-availability/proc-configuring-high-availability-in-rhdh-operator-deployment.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ kind: Backstage
1616
metadata:
1717
name: _<your_yaml_file>_
1818
spec:
19-
application:
20-
...
21-
replicas: _<replicas_value>_ <1>
22-
...
19+
deployment:
20+
patch:
21+
spec:
22+
...
23+
replicas: _<replicas_value>_ <1>
24+
...
2325
----
2426
====
2527
<1> Set the number of replicas based on the number of backup instances that you want to configure.

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ spec:
3131
- name: {my-app-config-config-map}
3232
extraEnvs:
3333
secrets:
34-
- name: `_<my_product_secrets>_`
34+
- name: _<my_product_secrets>_
3535
extraFiles:
3636
mountPath: /opt/app-root/src
37-
replicas: 1
3837
route:
3938
enabled: true
4039
database:
@@ -60,14 +59,13 @@ spec:
6059
dynamicPluginsConfigMapName: dynamic-plugins-rhdh
6160
extraEnvs:
6261
secrets:
63-
- name: `_<my_product_secrets>_`
62+
- name: _<my_product_secrets>_
6463
- name: {my-product-database-secrets}
6564
extraFiles:
6665
mountPath: /opt/app-root/src
6766
secrets:
6867
- name: {my-product-database-certificates-secrets}
6968
key: postgres-crt.pem, postgres-ca.pem, postgres-key.key
70-
replicas: 1
7169
route:
7270
enabled: true
7371
database:
@@ -144,7 +142,7 @@ spec:
144142
application:
145143
extraEnvs:
146144
secrets:
147-
- name: `_<my_product_secrets>_`
145+
- name: _<my_product_secrets>_
148146
----
149147
====
150148
+
@@ -156,7 +154,7 @@ spec:
156154
application:
157155
extraEnvs:
158156
secrets:
159-
- name: `_<my_product_secrets>_`
157+
- name: _<my_product_secrets>_
160158
- name: {my-product-database-secrets}
161159
----
162160
====

modules/customizing-techdocs/proc-techdocs-configure-odf-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These variables are then used in the TechDocs plugin configuration.
2525
+
2626
[source,yaml]
2727
----
28-
apiVersion: objectbucket.io/v1alpha1
28+
apiVersion: rhdh.redhat.com/v1alpha3
2929
kind: Backstage
3030
metadata:
3131
name: <name>

0 commit comments

Comments
 (0)