Skip to content

Commit af6fde5

Browse files
authored
(DOCSP-20028) Various minor edits to MEKO (#790)
* (DOCSP-20028) Various minor edits to MEKO * Edits * Edits * Edits * Copy review
1 parent f9775fe commit af6fde5

22 files changed

+51
-57
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.. code-block:: sh
22
3-
kubectl delete deployment/mongodb-enterprise-operator --namespace <namespace>
3+
kubectl delete deployment/mongodb-enterprise-operator -n <metadata.namespace>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.. code-block:: sh
22
3-
oc delete deployment/mongodb-enterprise-operator --namespace <namespace>
3+
oc delete deployment/mongodb-enterprise-operator -n <metadata.namespace>

source/includes/list-tables/configmap-keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. list-table::
2-
:widths: 20 20 40 20
2+
:widths: 20 10 50 20
33
:header-rows: 1
44

55
* - Key

source/includes/list-tables/rs-resource-base-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. list-table::
2-
:widths: 20 20 40 20
2+
:widths: 20 10 50 20
33
:header-rows: 1
44

55
* - Key

source/includes/options-k8s-shared.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ description: |
11891189
.. code-block:: sh
11901190
11911191
kubectl create secret generic ldap-agent-user \
1192-
--from-literal="password=<password>" -n <namespace>
1192+
--from-literal="password=<password>" -n <metadata.namespace>
11931193
11941194
This secret must contain one key, the value of which matches the
11951195
password of the
@@ -1241,7 +1241,7 @@ description: |
12411241
--from-file=mms-automation-agent-pem=<automation-cert.pem> \
12421242
--from-file=mms-backup-agent-pem=<backup-cert.pem> \
12431243
--from-file=mms-monitoring-agent-pem=<monitoring-cert.pem> \
1244-
-n <namespace>
1244+
--namespace=<metadata.namespace>
12451245
12461246
---
12471247
program: _shared

source/includes/steps-configure-kubectl-namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ content: |
1010
1111
.. code-block:: sh
1212
13-
kubectl config set-context $(kubectl config current-context) --namespace=<namespace>
13+
kubectl config set-context $(kubectl config current-context) --namespace=<metadata.namespace>
1414
...

source/includes/steps-deploy-k8s-opsmgr-http.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ref: change-k8s-values
3232
content: |
3333
3434
.. list-table::
35-
:widths: 20 20 40 20
35+
:widths: 30 10 40 20
3636
:header-rows: 1
3737
3838
* - Key
@@ -145,7 +145,7 @@ content: |
145145
settings:
146146
147147
.. list-table::
148-
:widths: 20 20 40 20
148+
:widths: 30 10 40 20
149149
:header-rows: 1
150150
151151
* - Key
@@ -191,7 +191,7 @@ content: |
191191
To configure a snapshot store, configure the following settings:
192192
193193
.. list-table::
194-
:widths: 20 20 40 20
194+
:widths: 30 10 40 20
195195
:header-rows: 1
196196
197197
* - Key
@@ -241,7 +241,7 @@ content: |
241241
To configure a blockstore, configure the following settings:
242242
243243
.. list-table::
244-
:widths: 20 20 40 20
244+
:widths: 30 10 40 20
245245
:header-rows: 1
246246
247247
* - Key

source/includes/steps-deploy-k8s-sharded-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ref: change-k8s-values
4444
content: |
4545
4646
.. list-table::
47-
:widths: 20 20 40 20
47+
:widths: 10 20 50 20
4848
:header-rows: 1
4949
5050
* - Key

source/includes/steps-deploy-k8s-standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ref: change-k8s-values
3535
content: |
3636
3737
.. list-table::
38-
:widths: 20 20 40 20
38+
:widths: 10 20 50 20
3939
:header-rows: 1
4040
4141
* - Key

source/includes/steps-enable-external-sharded.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ content: |
8282
8383
.. code-block:: sh
8484
85-
kubectl get services -n <namespace>
85+
kubectl get services -n <metadata.namespace>
8686
8787
The list output should contain an entry similar to the following:
8888

0 commit comments

Comments
 (0)