mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
34 lines
685 B
Plaintext
34 lines
685 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * openshift_images/configuring_samples_operator.adoc
|
|
|
|
|
|
[id="samples-operator-crd{context}"]
|
|
= Accessing the Samples Operator configuration
|
|
|
|
You can configure the Samples Operator by editing the file with the provided
|
|
parameters.
|
|
|
|
.Prerequisites
|
|
|
|
* Install the OpenShift CLI (`oc`).
|
|
|
|
.Procedure
|
|
|
|
* Access the Samples Operator configuration:
|
|
+
|
|
[source, terminal]
|
|
----
|
|
$ oc get configs.samples.operator.openshift.io/cluster -o yaml
|
|
----
|
|
+
|
|
The Samples Operator configuration resembles the following example:
|
|
+
|
|
[source,yaml]
|
|
----
|
|
apiVersion: samples.operator.openshift.io/v1
|
|
kind: Config
|
|
projectName: cluster-samples-operator
|
|
...
|
|
----
|