Added secret keyword to kubectl-command.html file

Signed-off-by: NitishKumar06 <justnitish06@gmail.com>
pull/41053/head
NitishKumar06 2023-05-10 10:28:17 +05:30
parent a1465ac303
commit 9afdd652c3
1 changed files with 1 additions and 1 deletions

View File

@ -1735,7 +1735,7 @@ inspect them.</p>
<p>Create a TLS secret from the given public/private key pair.</p>
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
<h3 id="usage">Usage</h3>
<p><code>$ kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
<p><code>$ kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
<h3 id="flags">Flags</h3>
<table>
<thead>