mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
fix: create tls secret cert to crt for --cert flag
- Fixed help message for crete tls for --cert flag - Renamed to "cert" to "crt" Signed-off-by: Mohammed Yasin <yasindce1998@gmail.com>
This commit is contained in:
parent
63eb5028ba
commit
2203cb7dde
@ -46,7 +46,7 @@ var (
|
||||
|
||||
secretForTLSExample = templates.Examples(i18n.T(`
|
||||
# Create a new TLS secret named tls-secret with the given key pair
|
||||
kubectl create secret tls tls-secret --cert=path/to/tls.cert --key=path/to/tls.key`))
|
||||
kubectl create secret tls tls-secret --cert=path/to/tls.crt --key=path/to/tls.key`))
|
||||
)
|
||||
|
||||
// CreateSecretTLSOptions holds the options for 'create secret tls' sub command
|
||||
|
Loading…
Reference in New Issue
Block a user