mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
Channel for WMCO is stable
This commit is contained in:
@@ -78,13 +78,13 @@ metadata:
|
||||
name: windows-machine-config-operator
|
||||
namespace: openshift-windows-machine-config-operator
|
||||
spec:
|
||||
channel: "{product-version}" <1>
|
||||
channel: "stable" <1>
|
||||
installPlanApproval: "Automatic" <2>
|
||||
name: "windows-machine-config-operator"
|
||||
source: "redhat-operators" <3>
|
||||
sourceNamespace: "openshift-marketplace" <4>
|
||||
----
|
||||
<1> Specify `{product-version}` as the channel.
|
||||
<1> Specify `stable` as the channel.
|
||||
<2> Set an approval strategy. You can set `Automatic` or `Manual`.
|
||||
<3> Specify the `redhat-operators` catalog source, which contains the `windows-machine-config-operator` package manifests. If your {product-title} is installed on a restricted network, also known as a disconnected cluster, specify the name of the `CatalogSource` object you created when you configured the Operator LifeCycle Manager (OLM).
|
||||
<4> Namespace of the catalog source. Use `openshift-marketplace` for the default OperatorHub catalog sources.
|
||||
|
||||
Reference in New Issue
Block a user