File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -231,13 +231,22 @@ content: |
231
231
:opsmgrkube:`spec.configuration` to provide the base URL of the
232
232
HTTP resources that serve the MongoDB installation archives.
233
233
234
- Update this line to replace <namespace> with the namespace to which
235
- you deploy resources with the |k8s-op-short|.
234
+ Update this line to replace ``<namespace>`` with the namespace to
235
+ which you deploy resources with the |k8s-op-short|.
236
+
237
+ - ``automation.versions.download.baseUrl.allowOnlyAvailableBuilds:
238
+ "false"`` in :opsmgrkube:`spec.configuration` to help ensure
239
+ enterprise builds have no issues.
240
+
241
+ .. important::
242
+
243
+ You must set this parameter only if you use a version of
244
+ |onprem| before 4.4.11.
236
245
237
246
.. literalinclude:: /reference/k8s/example-opsmgr-remote-mode.yaml
238
247
:language: yaml
239
248
:linenos:
240
- :emphasize-lines: 12-13
249
+ :emphasize-lines: 11-15
241
250
242
251
---
243
252
title : " Paste the copied example section into your existing |onprem| resource."
Original file line number Diff line number Diff line change 11
11
# this enables local mode in Ops Manager
12
12
automation.versions.source : remote
13
13
automation.versions.download.baseUrl : " http://nginx-svc.<namespace>.svc.cluster.local:80"
14
+ # set the following only if you use a version before Ops Manager 4.4.11
15
+ automation.versions.download.baseUrl.allowOnlyAvailableBuilds : " false"
14
16
15
17
backup :
16
18
enabled : false
You can’t perform that action at this time.
0 commit comments