@@ -18,8 +18,8 @@ content: |
1818 organization ID information to configure |ak8so| access to
1919 |service|.
2020
21- :ref:`create-org-api-key` and configure the :guilabel:`API
22- Access List`.
21+ :ref:`create-org-api-key` and configure the
22+ :guilabel:`API Access List`.
2323
2424 .. include:: /includes/fact-ak8so-api-key-permission.rst
2525
@@ -38,18 +38,18 @@ content: |
3838
3939 .. code-block:: sh
4040
41- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/all-in-one.yaml
41+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/all-in-one.yaml
4242
4343 - If you want |ak8so| to watch only its |k8s-ns|, you must install
4444 the configuration files from the ``deploy/namespaced`` directory:
4545
4646 .. code-block:: sh
4747
48- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/namespaced/crds.yaml
48+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/namespaced/crds.yaml
4949
5050 .. code-block:: sh
5151
52- kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/<version>/deploy/namespaced/namespaced-config.yaml
52+ kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-atlas-kubernetes/v <version>/deploy/namespaced/namespaced-config.yaml
5353
5454 ---
5555
@@ -92,7 +92,7 @@ content: |
9292 uses the default connection |k8s-secret| previously set with your
9393 API keys and organization ID.
9494
95- Deploy the |ak8so| custom resource.
95+ Deploy the |ak8so| custom resource.
9696
9797 .. code-block:: sh
9898
@@ -109,6 +109,7 @@ content: |
109109 - ipAddress: <your-ip-address-range>
110110 comment: "Adding your IP to Atlas access list"
111111 EOF
112+
112113 ---
113114stepnum : 6
114115title : " Create the ``AtlasDeployment`` custom resource."
0 commit comments