File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1171,7 +1171,7 @@ documentation to customize your specifications.
1171
1171
To learn more, see :ref:`faq-tls-1.0-deprecation`.
1172
1172
1173
1173
This option corresponds to the
1174
- :setting:` net.ssl.disabledProtocols` |mongod|
1174
+ `` net.ssl.disabledProtocols` ` |mongod|
1175
1175
configuration file option.
1176
1176
1177
1177
.. setting:: spec.processArgs.noTableScan
Original file line number Diff line number Diff line change @@ -38,18 +38,18 @@ content: |
38
38
39
39
.. code-block:: sh
40
40
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
42
42
43
43
- If you want |ak8so| to watch only its |k8s-ns|, you must install
44
44
the configuration files from the ``deploy/namespaced`` directory:
45
45
46
46
.. code-block:: sh
47
47
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
49
49
50
50
.. code-block:: sh
51
51
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
53
53
54
54
---
55
55
@@ -92,7 +92,7 @@ content: |
92
92
uses the default connection |k8s-secret| previously set with your
93
93
API keys and organization ID.
94
94
95
- Deploy the |ak8so| custom resource.
95
+ Deploy the |ak8so| custom resource.
96
96
97
97
.. code-block:: sh
98
98
You can’t perform that action at this time.
0 commit comments