Skip to content

Commit 800bd62

Browse files
JuliaMongojwilliams-mongo
authored andcommitted
(DOCSP-22638) Fix syntax (#941)
* (DOCSP-22638) Fix syntax * Edits
1 parent 77ec2cb commit 800bd62

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/includes/steps-helm-master.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,24 @@ replacement:
2626
2727
Install :mdb-github:`MongoDB Helm Charts for Kubernetes </helm-charts>`.
2828
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.
3031
3132
.. code-block:: sh
3233
3334
helm install enterprise-operator mongodb/enterprise-operator
3435
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.
3938
4039
.. code-block:: sh
4140
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>`.
4347
4448
k8soffline: |
4549

0 commit comments

Comments
 (0)