Skip to content

Commit ef64de0

Browse files
authored
(DOCSP-15038): Added a missing setting to the Ops Manager resource file. (#535)
* (DOCSP-15038): Added a missing setting to the Ops Manager resource file. * (DOCSP-15038): Incorporated Anton's feedback.
1 parent cfd6c5d commit ef64de0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

source/includes/steps-deploy-k8s-opsmgr-remote-mode.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,22 @@ content: |
231231
:opsmgrkube:`spec.configuration` to provide the base URL of the
232232
HTTP resources that serve the MongoDB installation archives.
233233
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.
236245
237246
.. literalinclude:: /reference/k8s/example-opsmgr-remote-mode.yaml
238247
:language: yaml
239248
:linenos:
240-
:emphasize-lines: 12-13
249+
:emphasize-lines: 11-15
241250
242251
---
243252
title: "Paste the copied example section into your existing |onprem| resource."

source/reference/k8s/example-opsmgr-remote-mode.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
1111
# this enables local mode in Ops Manager
1212
automation.versions.source: remote
1313
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"
1416

1517
backup:
1618
enabled: false

0 commit comments

Comments
 (0)