@@ -152,10 +152,14 @@ description: |
152
152
Possible values are ``enabled``, ``disabled``, and
153
153
``terminated``.
154
154
155
- .. note::
155
+ .. note::
156
156
157
- If you set this parameter, the API key linked with the value of
158
- :setting:`spec.credentials` must have a Global Owner role.
157
+ The :setting:`spec.backup.mode`
158
+ setting relies on :ref:`Backup <om-rsrc-backup>` that is
159
+ enabled in the |onprem| and requires that
160
+ :opsmgrkube:`spec.backup.enabled`
161
+ value in the |onprem| :ref:`resource specification
162
+ <k8s-om-specification>` is set to ``true``.
159
163
160
164
161
165
After you enable continuous backups for your MongoDB resource with
@@ -184,18 +188,17 @@ description: |
184
188
projects or groups. Use assignment labels to identify that specific
185
189
backup stores are associated with particular projects.
186
190
191
+ If you set assignment labels using the |k8s-op-short|, the values that
192
+ you set in the |k8s| configuration file for assignment labels override
193
+ the values defined in the |mms| UI. Assignment labels that you don't set
194
+ using the |k8s-op-short| continue to use the values set in the |mms| UI.
195
+
187
196
.. note::
188
197
189
198
If you set this parameter, the API key linked with the value of
190
199
:setting:`spec.credentials` must have a Global Owner role.
191
200
192
201
193
-
194
- If you set assignment labels using the |k8s-op-short|, the values that
195
- you set in the |k8s| configuration file for assignment labels override
196
- the values defined in the |mms| UI. Assignment labels that you don't set
197
- using the |k8s-op-short| continue to use the values set in the |mms| UI.
198
-
199
202
---
200
203
program : _shared
201
204
name : spec.backup.autoTerminateOnDeletion
0 commit comments