|
| 1 | +.. list-table:: |
| 2 | + :widths: 20 20 40 20 |
| 3 | + :header-rows: 1 |
| 4 | + |
| 5 | + * - Key |
| 6 | + - Type |
| 7 | + - Description |
| 8 | + - Example |
| 9 | + |
| 10 | + * - ``<configmap-name>`` |
| 11 | + - string |
| 12 | + - Name of the |k8s| |k8s-obj|. |
| 13 | + |
| 14 | + .. include:: /includes/fact-resource-name-char-limit.rst |
| 15 | + |
| 16 | + .. seealso:: |
| 17 | + |
| 18 | + - :setting:`metadata.name` |
| 19 | + - |k8s| documentation on `names <https://kubernetes.io/docs/concepts/overview/working-with-objects/names/>`__. |
| 20 | + This name must follow :rfc:`RFC1123 <1123>` naming |
| 21 | + conventions, using only lowercase alphanumeric |
| 22 | + characters, '-' or '.', and must start and end with an |
| 23 | + alphanumeric character. |
| 24 | + |
| 25 | + - ``myconfigmap`` |
| 26 | + |
| 27 | + * - ``baseUrl`` |
| 28 | + - string |
| 29 | + - |url| to your |application| including the |fqdn| and port |
| 30 | + number. |
| 31 | + |
| 32 | + .. include:: /includes/admonitions/data-url-config-map-external-dbs.rst |
| 33 | + |
| 34 | + .. note:: |
| 35 | + |
| 36 | + If you're using |cloud-short|, set the ``data.baseUrl`` value |
| 37 | + to ``https://cloud.mongodb.com``. |
| 38 | + |
| 39 | + - ``https://ops.example.com:8443`` |
| 40 | + |
| 41 | + * - ``projectName`` |
| 42 | + - string |
| 43 | + - Label for your |mms| |
| 44 | + :opsmgr:`Project </tutorial/manage-projects>`. |
| 45 | + |
| 46 | + The |k8s-op-short| creates the |mms| project if it does |
| 47 | + not exist. If you omit the ``projectName``, the |k8s-op-short| |
| 48 | + creates a project with the same name as your |k8s| resource. |
| 49 | + |
| 50 | + If you need or want to use an existing project, you can find |
| 51 | + the ``projectName`` by clicking the :guilabel:`All Clusters` |
| 52 | + link at the top left of the screen, then either search by |
| 53 | + name in the :guilabel:`Search` box or scroll to find the |
| 54 | + name in the list. Each card in this list represents the |
| 55 | + combination of one **Organization** and **Project**. |
| 56 | + |
| 57 | + - ``Development`` |
| 58 | + |
| 59 | + * - ``orgId`` |
| 60 | + - string |
| 61 | + - 24 character hex string that uniquely identifies your |
| 62 | + MongoDB :opsmgr:`Organization </tutorial/manage-organizations>`. |
| 63 | + You can find the ``orgId`` in your |onprem| |url|: |
| 64 | + |
| 65 | + 1. Click the :guilabel:`Context` menu. |
| 66 | + 2. Select your Organization. |
| 67 | + 3. View the current |url| in your browser and copy the value |
| 68 | + displayed in the ``<orgId>`` placeholder below: |
| 69 | + |
| 70 | + | ``https://ops.example.com:8443/`` |
| 71 | + | ``v2#/org/<orgId>/projects`` |
| 72 | +
|
| 73 | + .. important:: |
| 74 | + |
| 75 | + This field is *optional*. If you omit the ``orgId``, |
| 76 | + |onprem| creates an Organization called ``projectName`` |
| 77 | + that contains a project also called ``projectName``. |
| 78 | + |
| 79 | + You must have the :authrole:`Organization project Creator` |
| 80 | + role to create a new project |
| 81 | + *within an existing organization*. |
| 82 | + |
| 83 | + .. admonition:: Limited to |com| Organizations |
| 84 | + |
| 85 | + If you set this value, it can be for a |com| |
| 86 | + organization only. If you try to use an Atlas |
| 87 | + organization, the |k8s-op-short| may not work as |
| 88 | + intended. |
| 89 | + |
| 90 | + - | ``5cc9b333dd3e384a625a6615`` |
| 91 | + |
| 92 | + |
0 commit comments