Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example for describe secret #9241

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/kops/describe_secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ var (
Get additional information about cluster secrets.
`))

// TODO: what is an example??
describeSecretExample = templates.Examples(i18n.T(`

# Describe a secret
kops describe secrets admin
`))
describeSecretShort = i18n.T(`Describe a cluster secret`)
)
Expand Down
3 changes: 2 additions & 1 deletion docs/cli/kops_describe_secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ kops describe secrets [flags]
### Examples

```

# Describe a secret
kops describe secrets admin
```

### Options
Expand Down