From 99fc47eee4eaeaaa02bc797d8d3ee82382ea49b4 Mon Sep 17 00:00:00 2001 From: Divyam Pateriya Date: Tue, 23 Jul 2024 19:04:10 +0530 Subject: [PATCH] Updated the correct command to for accessing Cluster Samples Operator Configuration Removed `-o yaml` under `Accessing the Cluster Samples Operator configuration` --- modules/samples-operator-crd.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/samples-operator-crd.adoc b/modules/samples-operator-crd.adoc index d6f0437f73..6f9c73f02b 100644 --- a/modules/samples-operator-crd.adoc +++ b/modules/samples-operator-crd.adoc @@ -19,7 +19,7 @@ You can configure the Cluster Samples Operator by editing the file with the prov + [source,terminal] ---- -$ oc edit configs.samples.operator.openshift.io/cluster -o yaml +$ oc edit configs.samples.operator.openshift.io/cluster ---- + The Cluster Samples Operator configuration resembles the following example: