Skip to content

Commit 6cc7735

Browse files
committed
OCPBUGS-36903 and OCPBUGS-37057: Update Subscription examples in IBU docs
1 parent 6e3ced6 commit 6cc7735

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/ztp-image-based-upgrade-installing-lca.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
.Example `LcaSubscription.yaml` file
4949
[source,yaml]
5050
----
51-
apiVersion: operators.coreos.com/v1
51+
apiVersion: operators.coreos.com/v1alpha1
5252
kind: Subscription
5353
metadata:
5454
name: lifecycle-agent
@@ -61,8 +61,8 @@ spec:
6161
source: redhat-operators
6262
sourceNamespace: openshift-marketplace
6363
installPlanApproval: Manual
64-
status:
65-
state: AtLatestKnown
64+
status:
65+
state: AtLatestKnown
6666
----
6767

6868
.Example directory structure

modules/ztp-image-based-upgrade-installing-oadp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
.Example `OadpSubscription.yaml` file
4848
[source,yaml]
4949
----
50-
apiVersion: operators.coreos.com/v1
50+
apiVersion: operators.coreos.com/v1alpha1
5151
kind: Subscription
5252
metadata:
5353
name: redhat-oadp-operator

0 commit comments

Comments
 (0)