Skip to content

Commit d0aa8a7

Browse files
committed
(DOCSP-41254): Backport DOCSP-40970 and DOCSP-40956 to v1.9. (#102)
* (DOCSP-40970): Updated the AtlasDeployment CRD examples. * (DOCSP-40970): Incorporated Jose's feedback.
1 parent ab83572 commit d0aa8a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/atlasdeployment-custom-resource.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ documentation to customize your specifications.
11711171
To learn more, see :ref:`faq-tls-1.0-deprecation`.
11721172

11731173
This option corresponds to the
1174-
:setting:`net.ssl.disabledProtocols` |mongod|
1174+
``net.ssl.disabledProtocols`` |mongod|
11751175
configuration file option.
11761176

11771177
.. setting:: spec.processArgs.noTableScan

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)