Skip to content

Commit

Permalink
Add example for delete secret
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
  • Loading branch information
Zhou Hao committed May 28, 2020
1 parent 6b1910f commit 2c6b768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kops/delete_secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ var (
Delete a secret.`))

deleteSecretExample = templates.Examples(i18n.T(`
# Syntax: kops delete secret <type> <name>
# or kops delete secret <type> <name> <id>
kops delete secret sshpublickey admin
`))

Expand Down

0 comments on commit 2c6b768

Please sign in to comment.