Skip to content

Commit 3fe1285

Browse files
DCOSP-46193 -- fix helm install example commands (#2024)
1 parent f0ee22f commit 3fe1285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/steps-install-k8s-online-helm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ content: |
4242
4343
.. code-block:: sh
4444
45-
helm install --upgrade enterprise-operator mongodb/enterprise-operator
45+
helm upgrade --install enterprise-operator mongodb/enterprise-operator
4646
4747
4848
You can pass the ``--namespace`` and ``--create-namespace`` flags to deploy
4949
the |k8s-op-short| to a non-default namespace, like so:
5050
5151
.. code-block::
5252
53-
helm install --upgrade enterprise-operator mongodb/enterprise-operator \
53+
helm upgrade --install enterprise-operator mongodb/enterprise-operator \
5454
--namespace mongodb \
5555
--create-namespace
5656
...

0 commit comments

Comments
 (0)