File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ content: |
82
82
83
83
.. code-block:: sh
84
84
85
- kubectl -n mongodb create secret tls mongodb-kmip-client-pem-my-replica-set-client- kmip \
85
+ kubectl -n mongodb create secret tls mongodb-kmip-client-pem-my-replica-set-kmip-client \
86
86
--cert=<path-to-cert-file> \
87
87
--key=<path-to-key-file>
88
88
@@ -91,7 +91,7 @@ content: |
91
91
92
92
.. code-block:: sh
93
93
94
- <clientCertificatePrefix>-<objectMeta.name>-client- kmip
94
+ <clientCertificatePrefix>-<objectMeta.name>-kmip-client
95
95
96
96
.. list-table::
97
97
:widths: 40 60
@@ -104,7 +104,7 @@ content: |
104
104
- Human-readable label specified in the :setting:`metadata.name`
105
105
field of the ``MongoDB`` |k8s-crd|.
106
106
107
- * - ``client- kmip``
107
+ * - ``kmip-client ``
108
108
- Fixed suffix that the |k8s-op-short| assumes.
109
109
110
110
To learn more, see :k8sdocs:`kubernetes.io/tls
You can’t perform that action at this time.
0 commit comments