Skip to content

Commit 1e83f3e

Browse files
Fixed the apostrophes in all new constants (#1741) (#1761)
Co-authored-by: euniceadam-mdb <[email protected]>
1 parent 83bdaf3 commit 1e83f3e

23 files changed

+56
-56
lines changed

source/includes/facts/fact-om-in-multi-clusters-summary-of-diffs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ These procedures are the same as the procedures for deploying |onprem| in single
2525

2626
You can choose to deploy |onprem| on the central cluster and the Application
2727
Database on a subset of selected member clusters, to increase the
28-
{+appdb+}'s resilience and availability in |onprem|. Configure
28+
{+appdb+}\'s resilience and availability in |onprem|. Configure
2929
the following settings in the |onprem| CRD:
3030

3131
- Use :opsmgrkube:`topology <spec.applicationDatabase.topology>` to specify the ``MultiCluster`` value.

source/includes/setting-k8sRsConf-spec.security.authentication.agents.clientCertificateSecretRef.name.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*Type*: string
44

55

6-
Specifies the |k8s-secret| that contains the {+mdbagent+}'s
6+
Specifies the |k8s-secret| that contains the {+mdbagent+}\'s
77
|tls| certificate. If omitted, defaults to ``agent-certs``.
88

99
This secret must contain the following keys, the

source/includes/steps-deploy-k8s-om-multi-https.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,11 @@
373373
d. Deploy |onprem|. The |k8s-op-short| deploys |onprem| by performing
374374
the following steps. It:
375375

376-
- Deploys the {+appdb+}'s replica set nodes and waits
376+
- Deploys the {+appdb+}\'s replica set nodes and waits
377377
for the MongoDB processes in the replica set to start running.
378-
- Deploys the |application| instance with the {+appdb+}'s
378+
- Deploys the |application| instance with the {+appdb+}\'s
379379
connection string and waits for it to become ready.
380-
- Adds the Monitoring {+mdbagent+} containers to each {+appdb+}'s Pod.
380+
- Adds the Monitoring {+mdbagent+} containers to each {+appdb+}\'s Pod.
381381
- Waits for both the |application| and the {+appdb+} Pods to start running.
382382

383383
.. io-code-block::

source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ content: |
6565
:opsmgrkube:`spec.configuration` to enable Local Mode.
6666
6767
- Define a |k8s-pv| for the |onprem| StatefulSet to store the
68-
MongoDB installation archive. {+mdbagent+}\s running in MongoDB
68+
MongoDB installation archive. {+mdbagent+}\'s running in MongoDB
6969
database resource containers that you create with the |k8s-op-short|
7070
download the installation archives from |onprem| instead of from the
7171
Internet.
@@ -361,7 +361,7 @@ content: |
361361
the secret you created that contains an |onprem| programmatic
362362
API key pair.
363363
364-
{+mdbagent+}\s run in MongoDB database resource containers that
364+
{+mdbagent+}\'s run in MongoDB database resource containers that
365365
you create with the |k8s-op-short|. Download the installation archives
366366
from |onprem| instead of downloading them from the Internet.
367367

source/includes/steps-deploy-k8s-opsmgr-remote-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ content: |
335335
the secret you created that contains an |onprem| programmatic
336336
API key pair.
337337
338-
{+mdbagent+}\s running in MongoDB database resource containers that
338+
{+mdbagent+}\'s running in MongoDB database resource containers that
339339
you create with the |k8s-op-short| download the installation archives
340340
from |onprem| via Nginx instead of from the Internet.
341341

source/includes/steps-openshift-airgapped-env-tutorial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ content: |
9191
:opsmgrkube:`spec.configuration` to enable Local Mode.
9292
9393
- Define a |k8s-pv| for the |onprem| StatefulSet to store the
94-
MongoDB installation archive. {+mdbagent+}\s running in MongoDB
94+
MongoDB installation archive. {+mdbagent+}\'s running in MongoDB
9595
database resource containers that you create with the |k8s-op-short|
9696
download the installation archives from |onprem| instead of from the
9797
Internet.

source/includes/steps-source-deploy-om-resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Create a secret with your {+appdb+} |tls| certificate."
66
content: |
77
88
Run this ``kubectl`` command to create a new |k8s-secret| that stores
9-
the {+appdb+}'s |tls| certificate:
9+
the {+appdb+}\'s |tls| certificate:
1010
1111
.. code-block:: sh
1212

source/om-resources.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Deploy Ops Manager Resources on Kubernetes Clusters
5353
:ref:`disaster-recovery-om-appdb`
5454
Manually recover the |k8s-op-short|, the |application|, and the {+appdb+}
5555
in cases when the |k8s| cluster hosting the |k8s-op-short| fails, or when
56-
the {+appdb+}'s replica set loses node majority to elect a primary.
56+
the {+appdb+}\'s replica set loses node majority to elect a primary.
5757

5858
.. toctree::
5959
:titlesonly:

source/reference/k8s-operator-crd-logging-specification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Example Manifest
4040
.. literalinclude:: /includes/code-examples/yaml-files/example-mongodb-logging-config.yaml
4141
:language: yaml
4242

43-
Application Database Log Rotation
43+
{+appdb+} Log Rotation
4444
---------------------------------
4545
You can configure the following log's rotation in the ``MongoDBOpsManager`` |crd|,
4646
as shown in the following example manifest. See the preceding table for more

source/reference/k8s-operator-multi-cluster-specification.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ Optional ``MongoDBMultiCluster`` Resource Settings
786786

787787
*Default*: agent-certs
788788

789-
Specifies the |k8s-secret| that contains the {+mdbagent+}'s
789+
Specifies the |k8s-secret| that contains the {+mdbagent+}\'s
790790
|tls| certificate.
791791

792792
This secret must contain the following keys, the

0 commit comments

Comments
 (0)