diff --git a/modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc b/modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc index ebdcaf9636..24623fced2 100644 --- a/modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc +++ b/modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/modules/dynamic-plugins/con-dynamic-plugins-cache.adoc b/modules/dynamic-plugins/con-dynamic-plugins-cache.adoc index 141d0819c5..68f5485888 100644 --- a/modules/dynamic-plugins/con-dynamic-plugins-cache.adoc +++ b/modules/dynamic-plugins/con-dynamic-plugins-cache.adoc @@ -32,7 +32,7 @@ spec: --- -apiVersion: rhdh.redhat.com/v1alpha2 +apiVersion: rhdh.redhat.com/v1alpha3 kind: Backstage metadata: name: developer-hub