Skip to content

Commit 5b3dd1a

Browse files
authored
Merge pull request #41053 from nitishfy/Nitish/kubectl-html
Added secret keyword to kubectl-command.html file
2 parents e805cb9 + 9afdd65 commit 5b3dd1a

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
@@ -1736,7 +1736,7 @@ <h2 id="-em-secret-tls-em-"><em>secret tls</em></h2>
17361736
<p>Create a TLS secret from the given public/private key pair.</p>
17371737
<p> The public/private key pair must exist beforehand. The public key certificate must be .PEM encoded and match the given private key.</p>
17381738
<h3 id="usage">Usage</h3>
1739-
<p><code>$ kubectl create tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
1739+
<p><code>$ kubectl create secret tls NAME --cert=path/to/cert/file --key=path/to/key/file [--dry-run=server|client|none]</code></p>
17401740
<h3 id="flags">Flags</h3>
17411741
<table>
17421742
<thead>

0 commit comments

Comments
 (0)