Skip to content

Commit 34ebe74

Browse files
authored
Merge pull request #38212 from kelbrown20/changing-apiversion-in-yaml-1902044
BZ:1902044 - Changing apiVersion in yaml for ClusterResourceQuota
2 parents 4dc63fb + 3ce06c9 commit 34ebe74

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)