File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -141,19 +141,21 @@ directive: setting
141141description : |
142142
143143 Enables continuous backups for a MongoDB resource.
144- Possible values are :code:`ENABLED`, :code:`DISABLED `, and
145- :code:`TERMINATED `.
144+ Possible values are ``enabled``, ``disabled` `, and
145+ ``terminated` `.
146146
147147 .. note::
148- The :code:`spec.backup.mode`
148+
149+ The :setting:`spec.backup.mode`
149150 setting relies on :ref:`Backup <om-rsrc-backup>` that is
150151 enabled in the |onprem| and requires that
151152 :opsmgrkube:`spec.backup.enabled`
152153 value in the |onprem| :ref:`resource specification
153- <k8s-om-specification>` is set to :code:` true`.
154+ <k8s-om-specification>` is set to `` true` `.
154155
155- After you enable continuous backups for your MongoDB resource with
156- :code:`spec.backup.mode`, you can :ref:`check the backup status <get-resource-status>`.
156+ After you enable continuous backups for your MongoDB resource with
157+ :setting:`spec.backup.mode`, you can :ref:`check the backup status
158+ <get-resource-status>`.
157159
158160 ---
159161program : _shared
Original file line number Diff line number Diff line change @@ -39,14 +39,6 @@ set ``brs.s3.validation.testing: disabled`` in
3939the :opsmgrkube:`spec.configuration` property of your |onprem|
4040resource specification.
4141
42-
43- Deleting a Resource with Backups Removes All Snapshots
44- ------------------------------------------------------
45-
46- When you delete a resource that has backup configured, the
47- |k8s-op-short| terminates all backups. Deleting a resource removes all
48- existing snapshots without warning.
49-
5042Configure Persistent Storage Correctly
5143--------------------------------------
5244
You can’t perform that action at this time.
0 commit comments