We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad0ec4 commit 476a14eCopy full SHA for 476a14e
source/tutorial/set-scope-k8s-operator.txt
@@ -274,7 +274,7 @@ instructions for your preferred installation method.
274
.. code-block:: sh
275
276
helm template mongodb/enterprise-operator \
277
- --set namespace=<metadata.namespace>
+ --set operator.namespace=<metadata.namespace> \
278
--show-only templates/database-roles.yaml | kubectl apply -f -
279
280
.. tab:: OpenShift
@@ -435,7 +435,7 @@ instructions for your preferred installation method.
435
436
437
438
439
--show-only templates/database-roles.yaml | oc apply -f -
440
441
Next Steps
0 commit comments