1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/samples-operator-crd.adoc
2019-07-11 00:30:09 +00:00

29 lines
616 B
Plaintext

// Module included in the following assemblies:
//
// * openshift_images/configuring_samples_operator.adoc
[id="samples-operator-crd{context}"]
= Accessing the Samples Operator file
You can configure the Samples Operator by editing the file with the provided
parameters.
.Procedure
* Access the Samples Operator file:
+
----
# oc get configs.samples.operator.openshift.io -n openshift-cluster-samples-operator
----
+
The following is an example of the Samples Operator file:
+
[source,yaml]
----
apiVersion: samples.operator.openshift.io/v1
kind: SamplesResource
projectName: cluster-samples-operator
...
----