Skip to content

Commit 3392009

Browse files
committed
(DOCSP-41251): Backport DOCSP-40970 and DOCSP-40956 to v2.2. (#102)
* (DOCSP-40970): Updated the AtlasDeployment CRD examples. * (DOCSP-40970): Incorporated Jose's feedback.
1 parent 5b7bc6f commit 3392009

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

source/atlasdeployment-custom-resource.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ examples, and the |api| documentation.
10781078
To learn more, see :ref:`faq-tls-1.0-deprecation`.
10791079

10801080
This option corresponds to the
1081-
:setting:`net.ssl.disabledProtocols` |mongod|
1081+
``net.ssl.disabledProtocols`` |mongod|
10821082
configuration file option.
10831083

10841084
.. setting:: spec.processArgs.noTableScan

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
---
113114
stepnum: 6
114115
title: "Create the ``AtlasDeployment`` custom resource."

0 commit comments

Comments
 (0)