Skip to content

Commit 476a14e

Browse files
DOCSP-30908: fix rolebindings for helm (#1378)
* DOCSP-30908: fix rolebindings for helm * fix pipes
1 parent 5ad0ec4 commit 476a14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/set-scope-k8s-operator.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ instructions for your preferred installation method.
274274
.. code-block:: sh
275275

276276
helm template mongodb/enterprise-operator \
277-
--set namespace=<metadata.namespace>
277+
--set operator.namespace=<metadata.namespace> \
278278
--show-only templates/database-roles.yaml | kubectl apply -f -
279279

280280
.. tab:: OpenShift
@@ -435,7 +435,7 @@ instructions for your preferred installation method.
435435
.. code-block:: sh
436436

437437
helm template mongodb/enterprise-operator \
438-
--set namespace=<metadata.namespace>
438+
--set operator.namespace=<metadata.namespace> \
439439
--show-only templates/database-roles.yaml | oc apply -f -
440440

441441
Next Steps

0 commit comments

Comments
 (0)