@@ -66,8 +66,8 @@ content: |
6666
6767 .. code-block:: sh
6868
69- openssl s_client -showcerts -verify 2 \
70- -connect downloads.mongodb.com:443 -servername downloads.mongodb.com < /dev/null \
69+ openssl s_client -showcerts -verify 2 \
70+ -connect downloads.mongodb.com:443 -servername downloads.mongodb.com < /dev/null \
7171 | awk '/BEGIN/,/END/{ if(/BEGIN/){a++}; out="cert"a".crt"; print >out}'
7272
7373 #. Concatenate your |certauth|\'s certificate file with the
@@ -97,7 +97,7 @@ content: |
9797 .. literalinclude:: /reference/k8s/example-opsmgr-https.yaml
9898 :language: yaml
9999 :linenos:
100- :emphasize-lines: 5,7-11,14-20,21-38
100+ :emphasize-lines: 5,7-11,14-20,21-39
101101
102102 ---
103103title : " Open your preferred text editor and paste the |k8s-obj| specification into a new text file."
@@ -309,13 +309,13 @@ content: |
309309 - Name of the MongoDB database resource for the oplog store.
310310 - ``my-oplog-db``
311311
312- You must also configure an :term:`S3 snapshot store <s3 snapshot store>`
312+ You must also configure an :term:`S3 snapshot store <s3 snapshot store>`
313313 or a :term:`blockstore <Backup Blockstore Database>`.
314314
315315 .. note::
316316
317317 If you deploy both an :term:`S3 snapshot store <s3 snapshot store>`
318- and a :term:`blockstore <Backup Blockstore Database>`, |onprem|
318+ and a :term:`blockstore <Backup Blockstore Database>`, |onprem|
319319 randomly choses one to use for Backup.
320320
321321 To configure a snapshot store, configure the following settings:
@@ -393,8 +393,8 @@ content: |
393393 | ``.mongodbResourceRef``
394394 | ``.``:opsmgrkube:`~spec.backup.blockStores.mongodbResourceRef.name`
395395 - string
396- - Name of the MongoDB database resource that you create for the
397- blockstore. You must deploy this database resource in the same
396+ - Name of the MongoDB database resource that you create for the
397+ blockstore. You must deploy this database resource in the same
398398 namespace as the |onprem| resource.
399399 - ``my-mongodb-blockstore``
400400
@@ -406,7 +406,7 @@ optional: true
406406ref : add-k8s-values
407407content : |
408408
409- Add any :ref:`optional settings <optional-om-k8s-settings>` that you
409+ Add any :ref:`optional settings <optional-om-k8s-settings>` that you
410410 want to apply to your deployment to the |k8s-obj| specification file.
411411 ---
412412title : " Save this file with a ``.yaml`` file extension."
@@ -466,10 +466,10 @@ content: |
466466 #. |onprem|.
467467 #. Backup.
468468
469- The |k8s-op-short| doesn't reconcile a resource until the preceding
469+ The |k8s-op-short| doesn't reconcile a resource until the preceding
470470 one enters the ``Running`` phase.
471471
472- After the |onprem| resource completes the ``Reconciling`` phase, the
472+ After the |onprem| resource completes the ``Reconciling`` phase, the
473473 command returns the following output under the ``status`` field if you
474474 enabled backup:
475475
@@ -485,7 +485,7 @@ content: |
485485 version: "4.2.0"
486486 backup:
487487 lastTransition: "2020-04-01T09:57:42Z"
488- message: The MongoDB object <namespace>/<oplogresourcename>
488+ message: The MongoDB object <namespace>/<oplogresourcename>
489489 doesn't exist
490490 phase: Pending
491491 opsManager:
@@ -495,7 +495,7 @@ content: |
495495 url: http://om-svc.cloudqa.svc.cluster.local:8443
496496 version: "5.0.0"
497497
498- Backup remains in a ``Pending`` state until you configure the Backup
498+ Backup remains in a ``Pending`` state until you configure the Backup
499499 databases.
500500
501501 .. tip::
@@ -525,7 +525,7 @@ content: |
525525 url: http://om-svc.dev.svc.cluster.local:8443
526526 version: ""
527527
528- Backup remains in a ``Pending`` state until you configure the Backup
528+ Backup remains in a ``Pending`` state until you configure the Backup
529529 databases.
530530
531531 .. tip::
@@ -613,7 +613,7 @@ content: |
613613 :ref:`create-k8s-project` page.
614614
615615 Set the following fields in your project ConfigMap:
616-
616+
617617 - Set ``data.baseUrl`` in the ConfigMap to the |application|\'s |url|.
618618 To find this |url|, invoke the following command:
619619
@@ -687,7 +687,7 @@ content: |
687687 .. note::
688688
689689 Create the |s3| snapshot store as a replica set.
690-
690+
691691 Match the ``metadata.name`` of the resource to the
692692 :opsmgrkube:`spec.backup.s3Stores.mongodbResourceRef.name`
693693 that you specified in your |onprem| resource definition.
0 commit comments