Skip to content

Commit 846f613

Browse files
jvincent-mongodbjwilliams-mongo
authored andcommitted
DOCSP-43862 -- fix install + upgrade errors (#1853)
1 parent c1f7026 commit 846f613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ content: |
5050
5151
.. code-block::
5252
53-
helm install enterprise-operator mongodb/enterprise-operator \
53+
helm install --upgrade enterprise-operator mongodb/enterprise-operator \
5454
--namespace mongodb \
5555
--create-namespace
5656
...

source/includes/steps-install-kubectl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ content: |
1919
2020
.. code-block:: sh
2121
22-
kubectl apply -f kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-enterprise-kubernetes/<version>/mongodb-enterprise.yaml
22+
kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-enterprise-kubernetes/<version>/mongodb-enterprise.yaml
2323
---
2424
ref: update-meko-kubectl
2525
stepnum: 3

0 commit comments

Comments
 (0)