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
141
141
description : |
142
142
143
143
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` `.
146
146
147
147
.. note::
148
- The :code:`spec.backup.mode`
148
+
149
+ The :setting:`spec.backup.mode`
149
150
setting relies on :ref:`Backup <om-rsrc-backup>` that is
150
151
enabled in the |onprem| and requires that
151
152
:opsmgrkube:`spec.backup.enabled`
152
153
value in the |onprem| :ref:`resource specification
153
- <k8s-om-specification>` is set to :code:` true`.
154
+ <k8s-om-specification>` is set to `` true` `.
154
155
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>`.
157
159
158
160
---
159
161
program : _shared
Original file line number Diff line number Diff line change @@ -39,14 +39,6 @@ set ``brs.s3.validation.testing: disabled`` in
39
39
the :opsmgrkube:`spec.configuration` property of your |onprem|
40
40
resource specification.
41
41
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
-
50
42
Configure Persistent Storage Correctly
51
43
--------------------------------------
52
44
You can’t perform that action at this time.
0 commit comments