// Module included in the following assemblies: // // * openshift_images/configuring_samples_operator.adoc [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 -o yaml ---- + The Cluster Samples Operator configuration resembles the following example: + [source,yaml] ---- apiVersion: samples.operator.openshift.io/v1 kind: Config ... ----