File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,24 @@ replacement:
26
26
27
27
Install :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
28
28
The following command installs the |k8s-crds| and the |k8s-op-short|
29
- in the current namespace named ``default``.
29
+ in the current namespace named ``default``. By default, the
30
+ |k8s-op-short| uses the ``default`` namespace.
30
31
31
32
.. code-block:: sh
32
33
33
34
helm install enterprise-operator mongodb/enterprise-operator
34
35
35
- To learn about optional |k8s-op-short| installation settings, see
36
- :ref:`Operator Helm Installation Settings <meko-op-install-settings-helm>`.
37
-
38
- You can specify a different namespace with:
36
+ The following command installs the |k8s-op-short| in the ``mongodb``
37
+ namespace with the optional ``--create-namespace`` option.
39
38
40
39
.. code-block:: sh
41
40
42
- helm install enterprise-operator mongodb/enterprise-operator --namespace mongodb [--create-namespace]
41
+ helm install enterprise-operator mongodb/enterprise-operator \
42
+ --namespace mongodb \
43
+ --create-namespace
44
+
45
+ To learn about optional |k8s-op-short| installation settings, see
46
+ :ref:`Operator Helm Installation Settings <meko-op-install-settings-helm>`.
43
47
44
48
k8soffline : |
45
49
You can’t perform that action at this time.
0 commit comments