This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.1.5. 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:
oc edit configs.samples.operator.openshift.io/cluster -o yaml
$ oc edit configs.samples.operator.openshift.io/cluster -o yaml
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The Cluster Samples Operator configuration resembles the following example:
apiVersion: samples.operator.openshift.io/v1 kind: Config ...
apiVersion: samples.operator.openshift.io/v1 kind: Config ...
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Additional resources
For more information about configuring credentials, see Using image pull secrets.