Skip to content

Commit 9afdd65

Browse files
committed
Added secret keyword to kubectl-command.html file
Signed-off-by: NitishKumar06 <[email protected]>
1 parent a1465ac commit 9afdd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/docs/reference/generated/kubectl/kubectl-commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
17351735
<p>Create a TLS secret from the given public/private key pair.</p>
17361736
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
17371737
<h3 id="usage">Usage</h3>
1738-
<p><code>$ kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
1738+
<p><code>$ kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
17391739
<h3 id="flags">Flags</h3>
17401740
<table>
17411741
<thead>

0 commit comments

Comments
 (0)