Skip to content

Commit

Permalink
Modify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Feb 4, 2021
1 parent 052be17 commit 3dc4c18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
# Rename context name in k8s config, using an interactive CLI.
kubectl cred rename
# Delete context in k8s config, using an interactive CLI.
kubectl cred delete
platforms:
- selector:
matchLabels:
Expand Down
3 changes: 3 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ kubectl cred current
# Rename context name in k8s config, using an interactive CLI.
kubectl cred rename
# Delete context in k8s config, using an interactive CLI.
kubectl cred delete
`,
}
)
Expand Down

0 comments on commit 3dc4c18

Please sign in to comment.