Skip to content

Commit a273d21

Browse files
corryrootjwilliams-mongo
authored andcommitted
(DOCSP-34835): Updated ConfigMap details. (#1536)
* (DOCSP-34835): Updated ConfigMap details. * (DOCSP-34835): Incorporated Dan's feedback.
1 parent 28bbdbf commit a273d21

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

source/tutorial/create-project-using-configmap.txt

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,29 @@ Create One Project using a ConfigMap
1212
:depth: 1
1313
:class: singlecol
1414

15-
The |k8s-op-full| uses a |k8s| |k8s-configmap| to create or link your
16-
|onprem| :opsmgr:`Project </tutorial/manage-projects>`. To create a
17-
|k8s-op-short| ConfigMap, you can edit a few lines of the
15+
The |k8s-op-full| uses a |k8s| |k8s-configmap| to link your
16+
|onprem| :opsmgr:`Project </tutorial/manage-projects>`. If the
17+
referenced project doesn't exist, the |k8s-op-short| creates it
18+
according to the ``projectName`` that you provide in the ConfigMap.
19+
20+
To create a |k8s-op-short| ConfigMap, you can edit a few lines of the
1821
:ref:`example ConfigMap <example-k8s-configmap>` |yaml| file and apply
1922
the ConfigMap. To view a full example, see the :github:`project.yaml
20-
</mongodb/mongodb-enterprise-kubernetes/blob/master/samples/mongodb/project.yaml>`
21-
file.
23+
</mongodb/mongodb-enterprise-kubernetes/blob/master/samples/mongodb/project.yaml>` file.
2224

2325
Alternatively, you can use the |cloud| :cloudmgr:`UI
2426
</tutorial/nav/k8s-config-for-mdb-resource/>` or the |onprem|
25-
:opsmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to
26-
automatically generate the ConfigMap YAML file, which you can then
27-
apply to your Kubernetes environment.
27+
:opsmgr:`UI </tutorial/nav/k8s-config-for-mdb-resource/>` to create or
28+
choose a project, and automatically generate the ConfigMap YAML file,
29+
which you can then apply to your Kubernetes environment.
2830

2931
Considerations
3032
--------------
3133

32-
You can only deploy one MongoDB resource per project. See :ref:`k8s-deploy-mdb-resources`.
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`.
3338

3439
.. include:: /includes/admonitions/note-k8s-supported-in-om4.rst
3540

0 commit comments

Comments
 (0)