1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/samples-operator-crd.adoc
Divyam Pateriya 99fc47eee4 Updated the correct command to for accessing Cluster Samples Operator Configuration
Removed `-o yaml` under `Accessing the Cluster Samples Operator configuration`
2024-07-24 12:54:32 +00:00

33 lines
710 B
Plaintext

// Module included in the following assemblies:
//
// * openshift_images/configuring_samples_operator.adoc
:_mod-docs-content-type: PROCEDURE
[id="samples-operator-crd_{context}"]
= Accessing the Cluster Samples Operator configuration
You can configure the Cluster Samples Operator by editing the file with the provided parameters.
.Prerequisites
* Install the OpenShift CLI (`oc`).
.Procedure
* Access the Cluster Samples Operator configuration:
+
[source,terminal]
----
$ oc edit configs.samples.operator.openshift.io/cluster
----
+
The Cluster Samples Operator configuration resembles the following example:
+
[source,yaml]
----
apiVersion: samples.operator.openshift.io/v1
kind: Config
# ...
----