Skip to content

Commit 38da61f

Browse files
authored
Remaining cleanup for AppDB PR (#623)
1 parent 5e3e614 commit 38da61f

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

source/includes/steps-deploy-k8s-opsmgr-http.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content: |
1717
.. literalinclude:: /reference/k8s/example-opsmgr-minimal.yaml
1818
:language: yaml
1919
:linenos:
20-
:emphasize-lines: 5,7-11,13,15,17-18
20+
:emphasize-lines: 5,7-11,13,15,17
2121
2222
---
2323
title: "Open your preferred text editor and paste the |k8s-obj| specification into a new text file."
@@ -130,6 +130,7 @@ content: |
130130
131131
To learn more about MongoDB versioning, see
132132
:ref:`release-version-numbers` in the MongoDB Manual.
133+
133134
- .. include:: /includes/facts/fact-which-appdb-version.rst
134135
135136
---

source/includes/steps-deploy-k8s-opsmgr-https.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ content: |
235235
236236
To learn more about MongoDB versioning, see
237237
:ref:`release-version-numbers` in the MongoDB Manual.
238+
238239
- .. include:: /includes/facts/fact-which-appdb-version.rst
239240
240241
---

source/reference/k8s/example-opsmgr-https.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ spec:
2222
applicationDatabase:
2323
members: 3
2424
version: <mongodbversion>
25-
persistent: true
25+
2626
...

source/reference/k8s/example-opsmgr-minimal.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ spec:
1515
applicationDatabase:
1616
members: 3
1717
version: <mongodbversion>
18-
persistent: true
1918
...

source/tutorial/plan-om-resource.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,9 @@ Prerequisites
358358

359359
kubectl config set-context $(kubectl config current-context) --namespace=<namespace>
360360

361-
#. :doc:`Install </tutorial/install-k8s-operator>` the |k8s-op| 1.4.1
362-
or newer.
361+
#. :doc:`Install </tutorial/install-k8s-operator>` the |k8s-op| 1.6.x or
362+
later.
363+
363364

364365
#. Ensure that the host on which you want to deploy |onprem| has a
365366
minimum of five gigabytes of memory.

0 commit comments

Comments
 (0)