Skip to content

Commit 4348341

Browse files
Changed alpha2 to alpha3 (redhat-developer#927)
Co-authored-by: Priyanka Abel <[email protected]>
1 parent 7bbf690 commit 4348341

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id="configuring-the-deployment"]
22
= Configuring {product} deployment when using the Operator
33

4-
The {product} Operator exposes a `rhdh.redhat.com/v1alpha2` API Version of its custom resource (CR). This CR exposes a generic `spec.deployment.patch` field, which gives you full control over the {product-short} Deployment resource. This field can be a fragment of the standard `apps.Deployment` Kubernetes object.
4+
The {product} Operator exposes a `rhdh.redhat.com/v1alpha3` API Version of its custom resource (CR). This CR exposes a generic `spec.deployment.patch` field, which gives you full control over the {product-short} Deployment resource. This field can be a fragment of the standard `apps.Deployment` Kubernetes object.
55

66
.Procedure
77

@@ -11,7 +11,7 @@ The {product} Operator exposes a `rhdh.redhat.com/v1alpha2` API Version of its c
1111
.Example
1212
[source, yaml]
1313
----
14-
apiVersion: rhdh.redhat.com/v1alpha2
14+
apiVersion: rhdh.redhat.com/v1alpha3
1515
kind: Backstage
1616
metadata:
1717
name: developer-hub
@@ -28,7 +28,7 @@ Add labels to the {product-short} pod.
2828
.Example adding the label `my=true`
2929
[source, yaml]
3030
----
31-
apiVersion: rhdh.redhat.com/v1alpha2
31+
apiVersion: rhdh.redhat.com/v1alpha3
3232
kind: Backstage
3333
metadata:
3434
name: developer-hub
@@ -50,7 +50,7 @@ Add an additional volume named `my-volume` and mount it under `/my/path` in the
5050
.Example additional volume
5151
[source, yaml]
5252
----
53-
apiVersion: rhdh.redhat.com/v1alpha2
53+
apiVersion: rhdh.redhat.com/v1alpha3
5454
kind: Backstage
5555
metadata:
5656
name: developer-hub
@@ -78,7 +78,7 @@ Replace the default `dynamic-plugins-root` volume with a persistent volume claim
7878
.Example `dynamic-plugins-root` volume replacement
7979
[source, yaml]
8080
----
81-
apiVersion: rhdh.redhat.com/v1alpha2
81+
apiVersion: rhdh.redhat.com/v1alpha3
8282
kind: Backstage
8383
metadata:
8484
name: developer-hub
@@ -103,7 +103,7 @@ Set the CPU request for the {product-short} application container to 250m.
103103
.Example CPU request
104104
[source, yaml]
105105
----
106-
apiVersion: rhdh.redhat.com/v1alpha2
106+
apiVersion: rhdh.redhat.com/v1alpha3
107107
kind: Backstage
108108
metadata:
109109
name: developer-hub
@@ -127,7 +127,7 @@ Add a new `my-sidecar` sidecar container into the {product-short} Pod.
127127
.Example side car container
128128
[source, yaml]
129129
----
130-
apiVersion: rhdh.redhat.com/v1alpha2
130+
apiVersion: rhdh.redhat.com/v1alpha3
131131
kind: Backstage
132132
metadata:
133133
name: developer-hub

modules/dynamic-plugins/con-dynamic-plugins-cache.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
3333
---
3434
35-
apiVersion: rhdh.redhat.com/v1alpha2
35+
apiVersion: rhdh.redhat.com/v1alpha3
3636
kind: Backstage
3737
metadata:
3838
name: developer-hub

0 commit comments

Comments
 (0)