You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/configuring-deployment/proc-configuring-deployment-by-using-the-operator.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[id="configuring-the-deployment"]
2
2
= Configuring {product} deployment when using the Operator
3
3
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.
5
5
6
6
.Procedure
7
7
@@ -11,7 +11,7 @@ The {product} Operator exposes a `rhdh.redhat.com/v1alpha2` API Version of its c
11
11
.Example
12
12
[source, yaml]
13
13
----
14
-
apiVersion: rhdh.redhat.com/v1alpha2
14
+
apiVersion: rhdh.redhat.com/v1alpha3
15
15
kind: Backstage
16
16
metadata:
17
17
name: developer-hub
@@ -28,7 +28,7 @@ Add labels to the {product-short} pod.
28
28
.Example adding the label `my=true`
29
29
[source, yaml]
30
30
----
31
-
apiVersion: rhdh.redhat.com/v1alpha2
31
+
apiVersion: rhdh.redhat.com/v1alpha3
32
32
kind: Backstage
33
33
metadata:
34
34
name: developer-hub
@@ -50,7 +50,7 @@ Add an additional volume named `my-volume` and mount it under `/my/path` in the
50
50
.Example additional volume
51
51
[source, yaml]
52
52
----
53
-
apiVersion: rhdh.redhat.com/v1alpha2
53
+
apiVersion: rhdh.redhat.com/v1alpha3
54
54
kind: Backstage
55
55
metadata:
56
56
name: developer-hub
@@ -78,7 +78,7 @@ Replace the default `dynamic-plugins-root` volume with a persistent volume claim
0 commit comments