Skip to content

Commit e7f70aa

Browse files
authored
Merge pull request #596 from sarahsimpers/DOCSP-11464
(DOCSP-14464) Changed an example with invalid automation.versions.source, plus other minor typos
2 parents a862166 + 9db5ccf commit e7f70aa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/includes/code-examples/yaml-files/om-spec-configuration-block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spec:
22
configuration:
33
mms.ignoreInitialUiSetup: "true"
4-
automation.versions.source: mongodb
4+
automation.versions.source: "remote"
55
mms.adminEmailAddr: [email protected]
66
mms.fromEmailAddr: [email protected]
77
mms.mail.hostname: email-smtp.us-east-1.amazonaws.com

source/includes/list-tables/crds.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
- Description
77

88
* - ``mongodb``
9-
- Install the CustomResourceDefinitions for and watch database
10-
resources.
9+
- Install the CustomResourceDefinitions for the database resources and also
10+
watch those resources.
1111

1212
* - ``mongodbusers``
13-
- Install the CustomResourceDefinitions for and watch MongoDB
14-
user resources.
13+
- Install the CustomResourceDefinitions for the MongoDB user resources and
14+
also watch those resources.
1515

1616
* - ``opsmanagers``
17-
- Install the CustomResourceDefinitions for and watch |onprem|
18-
resources.
17+
- Install the CustomResourceDefinitions for the |onprem| resources and also
18+
watch those resources.

source/tutorial/deploy-sharded-cluster.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ Considerations
4545
Do Not Deploy Monitoring Agents inside and outside |k8s|
4646
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4747

48-
Do not mix MongoDB deployments outside |k8s| with ones insider |k8s|
48+
Do not mix MongoDB deployments outside |k8s| with ones inside |k8s|
4949
in the same Project.
5050

5151
Due to |k8s| network translation, a Monitoring Agent outside |k8s|
5252
cannot monitor MongoDB instances inside |k8s|. For this reason, k8s
53-
and non-k8s deployments in the same Project is not supported. Use
53+
and non-k8s deployments in the same Project are not supported. Use
5454
separate projects.
5555

5656

0 commit comments

Comments
 (0)