Skip to content

Commit 86206b4

Browse files
corryrootjwilliams-mongo
authored andcommitted
(DOCSP-22685): Fixed build errors.
1 parent 7764c0c commit 86206b4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/includes/steps-openshift-quick-start.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: "Clone the :github:`MongoDB Enterprise Kubernetes Operator repository </m
66
content: |
77
88
.. code-block:: sh
9+
910
git clone https://github.com/mongodb/mongodb-enterprise-kubernetes.git
1011
1112
---
@@ -17,7 +18,9 @@ content: |
1718
By default, The |k8s-op-short| uses the ``mongodb`` namespace. To
1819
simplify your installation, consider creating a namespace labeled
1920
``mongodb`` using the following |kubectl| command:
21+
2022
.. code-block:: sh
23+
2124
kubectl create namespace mongodb
2225
2326
---
@@ -28,7 +31,9 @@ title: "Configure ``kubectl`` to default to your namespace."
2831
content: |
2932
If you have not already, run the following command to execute all
3033
``kubectl`` commands in the namespace you created:
34+
3135
.. code-block:: sh
36+
3237
kubectl config set-context $(kubectl config current-context) --namespace=mongodb
3338
3439
---
@@ -74,10 +79,14 @@ ref: create-k8s-credentials-openshift
7479
title: "Create credentials and store them as a secret."
7580
content: |
7681
Run the following command:
82+
7783
.. note::
84+
7885
Provide your Public and Private Key values for the following
79-
parameters. To learn more, see :ref:`create-k8s-credentials`.
86+
parameters. To learn more, see :ref:`create-k8s-credentials`.
87+
8088
.. code-block:: sh
89+
8190
kubectl -n mongodb \
8291
create secret generic ops-manager-admin-key \
8392
--from-literal="publicKey=<publicKey>" \
@@ -90,10 +99,13 @@ ref: copy-k8s-configmap-openshift
9099
title: "Invoke the following command to create a ConfigMap."
91100
content: |
92101
.. note::
102+
93103
Provide your values for the following parameters. To learn more,
94104
see the :doc:`parameter descriptions
95105
</tutorial/create-project-using-configmap>`.
106+
96107
.. code-block:: sh
108+
97109
kubectl create configmap myconfigmap \
98110
--from-literal="baseUrl=<myOpsManagerURL>" \
99111
--from-literal="projectName=<myOpsManagerProjectName>" \ #Optional

0 commit comments

Comments
 (0)