@@ -12,7 +12,7 @@ Create One Project using a ConfigMap
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- The |k8s-op-full| uses a |k8s| |k8s-configmap| to link to a single, unique
15
+ The |k8s-op-full| uses a |k8s| |k8s-configmap| to link to a single and unique
16
16
|onprem| :opsmgr:`Project </tutorial/manage-projects>`. If the
17
17
referenced project doesn't exist, the |k8s-op-short| creates it
18
18
according to the ``projectName`` that you provide in the ConfigMap.
@@ -31,15 +31,13 @@ which you can then apply to your Kubernetes environment.
31
31
Considerations
32
32
--------------
33
33
34
- You can deploy only one MongoDB resource per project. This limit
35
- applies because |onprem| supports only one authentication method for
36
- database user access per project. To learn more, see
37
- :ref:`k8s-deploy-mdb-resources`.
34
+ 1. You can deploy only one MongoDB resource per project. This limit
35
+ applies because |onprem| supports only one authentication method for
36
+ database user access per project. To learn more, see
37
+ :ref:`k8s-deploy-mdb-resources`.
38
38
39
- .. note::
40
-
41
- Each |k8s-op-full| deployment requires a 1:1 pairing with
42
- a unique |onprem| :opsmgr:`Project </tutorial/manage-projects>`.
39
+ 2. You must pair a |k8s-op-full| deployment to a unique
40
+ |onprem| :opsmgr:`Project </tutorial/manage-projects>`.
43
41
You can either create a distinct ConfigMap for each |k8s-op-full| instance
44
42
you deploy, or you can reuse the same ConfigMap for any number of deployments
45
43
by omitting the ``data.projectName`` from your ConfigMap, so that
0 commit comments