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: |
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 ---
243252title : " Paste the copied example section into your existing |onprem| resource."
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments