Skip to content

Commit

Permalink
Changed alpha2 to alpha3 (redhat-developer#927)
Browse files Browse the repository at this point in the history
Co-authored-by: Priyanka Abel <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and pabel-rh authored Feb 13, 2025
1 parent 7bbf690 commit 4348341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="configuring-the-deployment"]
= Configuring {product} deployment when using the Operator

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.
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.

.Procedure

Expand All @@ -11,7 +11,7 @@ The {product} Operator exposes a `rhdh.redhat.com/v1alpha2` API Version of its c
.Example
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand All @@ -28,7 +28,7 @@ Add labels to the {product-short} pod.
.Example adding the label `my=true`
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand All @@ -50,7 +50,7 @@ Add an additional volume named `my-volume` and mount it under `/my/path` in the
.Example additional volume
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand Down Expand Up @@ -78,7 +78,7 @@ Replace the default `dynamic-plugins-root` volume with a persistent volume claim
.Example `dynamic-plugins-root` volume replacement
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand All @@ -103,7 +103,7 @@ Set the CPU request for the {product-short} application container to 250m.
.Example CPU request
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand All @@ -127,7 +127,7 @@ Add a new `my-sidecar` sidecar container into the {product-short} Pod.
.Example side car container
[source, yaml]
----
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand Down
2 changes: 1 addition & 1 deletion modules/dynamic-plugins/con-dynamic-plugins-cache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
---
apiVersion: rhdh.redhat.com/v1alpha2
apiVersion: rhdh.redhat.com/v1alpha3
kind: Backstage
metadata:
name: developer-hub
Expand Down

0 comments on commit 4348341

Please sign in to comment.