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 2f259e2 commit 98ea784Copy full SHA for 98ea784
source/includes/steps-install-k8s-online-helm.yaml
@@ -42,15 +42,15 @@ content: |
42
43
.. code-block:: sh
44
45
- helm install --upgrade enterprise-operator mongodb/enterprise-operator
+ helm upgrade --install enterprise-operator mongodb/enterprise-operator
46
47
48
You can pass the ``--namespace`` and ``--create-namespace`` flags to deploy
49
the |k8s-op-short| to a non-default namespace, like so:
50
51
.. code-block::
52
53
- helm install --upgrade enterprise-operator mongodb/enterprise-operator \
+ helm upgrade --install enterprise-operator mongodb/enterprise-operator \
54
--namespace mongodb \
55
--create-namespace
56
...
0 commit comments