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: |
8282
8383 .. code-block:: sh
8484
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 \
8686 --cert=<path-to-cert-file> \
8787 --key=<path-to-key-file>
8888
@@ -91,7 +91,7 @@ content: |
9191
9292 .. code-block:: sh
9393
94- <clientCertificatePrefix>-<objectMeta.name>-client- kmip
94+ <clientCertificatePrefix>-<objectMeta.name>-kmip-client
9595
9696 .. list-table::
9797 :widths: 40 60
@@ -104,7 +104,7 @@ content: |
104104 - Human-readable label specified in the :setting:`metadata.name`
105105 field of the ``MongoDB`` |k8s-crd|.
106106
107- * - ``client- kmip``
107+ * - ``kmip-client ``
108108 - Fixed suffix that the |k8s-op-short| assumes.
109109
110110 To learn more, see :k8sdocs:`kubernetes.io/tls
You can’t perform that action at this time.
0 commit comments