Skip to content

Commit 7e4e36c

Browse files
authored
Merge pull request #67484 from danielclowers/CNV-32306
CNV#32306: v1alpha1 DDF
2 parents 4853a84 + 5fc2dee commit 7e4e36c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/virt-about-node-placement-virtualization-components.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To specify the nodes where OLM deploys the {VirtProductName} Operators, edit the
3939

4040
[source,yaml,subs="attributes+"]
4141
----
42-
apiVersion: operators.coreos.com/v1beta1
42+
apiVersion: operators.coreos.com/v1alpha1
4343
kind: Subscription
4444
metadata:
4545
name: hco-operatorhub

modules/virt-node-placement-rule-examples.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `Subscription` object does not support the `affinity` node pplacement rule.
2020
.Example `Subscription` object with `nodeSelector` rule
2121
[source,yaml,subs="attributes+"]
2222
----
23-
apiVersion: operators.coreos.com/v1beta1
23+
apiVersion: operators.coreos.com/v1alpha1
2424
kind: Subscription
2525
metadata:
2626
name: hco-operatorhub
@@ -40,7 +40,7 @@ spec:
4040
.Example `Subscription` object with `tolerations` rule
4141
[source,yaml,subs="attributes+"]
4242
----
43-
apiVersion: operators.coreos.com/v1beta1
43+
apiVersion: operators.coreos.com/v1alpha1
4444
kind: Subscription
4545
metadata:
4646
name: hco-operatorhub

modules/virt-subscribing-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
targetNamespaces:
3737
- {CNVNamespace}
3838
---
39-
apiVersion: operators.coreos.com/v1beta1
39+
apiVersion: operators.coreos.com/v1alpha1
4040
kind: Subscription
4141
metadata:
4242
name: hco-operatorhub
@@ -69,7 +69,7 @@ metadata:
6969
namespace: {CNVNamespace}
7070
spec: {}
7171
---
72-
apiVersion: operators.coreos.com/v1beta1
72+
apiVersion: operators.coreos.com/v1alpha1
7373
kind: Subscription
7474
metadata:
7575
name: hco-operatorhub

0 commit comments

Comments
 (0)