Skip to content

Commit 4b9d672

Browse files
authored
Merge pull request #46425 from libander/RHDEVDOCS-3837
RHDEVDOCS-3837 - Adding manual subscription option to CLI instructions.
2 parents 6a33d83 + bd36f93 commit 4b9d672

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/cluster-logging-deploy-cli.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,15 @@ metadata:
134134
namespace: "openshift-operators-redhat" <1>
135135
spec:
136136
channel: "stable-5.1" <2>
137-
installPlanApproval: "Automatic"
138-
source: "redhat-operators" <3>
137+
installPlanApproval: "Automatic" <3>
138+
source: "redhat-operators" <4>
139139
sourceNamespace: "openshift-marketplace"
140140
name: "elasticsearch-operator"
141141
----
142142
<1> You must specify the `openshift-operators-redhat` namespace.
143143
<2> Specify `5.0`, `stable`, or `stable-5.<x>` as the channel. See the following note.
144-
<3> Specify `redhat-operators`. If your {product-title} cluster is installed on a restricted network, also known as a disconnected cluster,
144+
<3> `Automatic` allows the Operator Lifecycle Manager (OLM) to automatically update the Operator when a new version is available. `Manual` requires a user with appropriate credentials to approve the Operator update.
145+
<4> Specify `redhat-operators`. If your {product-title} cluster is installed on a restricted network, also known as a disconnected cluster,
145146
specify the name of the CatalogSource object created when you configured the Operator Lifecycle Manager (OLM).
146147
+
147148
[NOTE]

0 commit comments

Comments
 (0)