Skip to content

Commit ac6933f

Browse files
authored
Merge pull request #40670 from xenolinux/managing-resources
Change the representation of a variable
2 parents ac914de + 5a33cf7 commit ac6933f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cluster-resources.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ $ oc api-resources -o name | grep config.openshift.io
2121
+
2222
[source,terminal]
2323
----
24-
$ oc explain ${resource_name}.config.openshift.io
24+
$ oc explain <resource_name>.config.openshift.io
2525
----
2626

2727
. To see the configuration of custom resource definition (CRD) objects in the cluster, run the following command:
2828
+
2929
[source,terminal]
3030
----
31-
$ oc get ${resource_name}.config -o yaml
31+
$ oc get <resource_name>.config -o yaml
3232
----
3333

3434
. To edit the cluster resource configuration, run the following command:
3535
+
3636
[source,terminal]
3737
----
38-
$ oc edit ${resource_name}.config -o yaml
38+
$ oc edit <resource_name>.config -o yaml
3939
----

0 commit comments

Comments
 (0)