Skip to content

Commit 3ce06c9

Browse files
committed
BZ:1902044 - changing apiVersion in yaml for ClusterResourceQuota
1 parent 5e3c4cc commit 3ce06c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/quotas-selecting-projects.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This creates the following `ClusterResourceQuota` object:
2323
+
2424
[source,yaml]
2525
----
26-
apiVersion: v1
26+
apiVersion: quota.openshift.io/v1
2727
kind: ClusterResourceQuota
2828
metadata:
2929
name: for-user
@@ -78,7 +78,7 @@ This creates the following `ClusterResourceQuota` object definition:
7878
+
7979
[source,yaml]
8080
----
81-
apiVersion: v1
81+
apiVersion: quota.openshift.io/v1
8282
kind: ClusterResourceQuota
8383
metadata:
8484
creationTimestamp: null

0 commit comments

Comments
 (0)