Skip to content

Commit

Permalink
clean: Make prettier informational comments
Browse files Browse the repository at this point in the history
* Make prettier information comments for `description` value
  • Loading branch information
younsl authored Oct 17, 2024
1 parent 6e21fab commit e7e572b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/node-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins:
shortCut: s
# Whether or not to prompt for user confirmation before executing the plugin
confirm: false
# What will be shown on the K9s menu
description: "Node shell" # Description of the plugin (displayed in the UI)
# Description of the plugin (displayed in the k9s UI)
description: "Node shell"
# Collections of views that support this shortcut. (You can use `all`)
# `node` indicates that the plugin operates on `node` kubernetes resources
scopes:
Expand Down

0 comments on commit e7e572b

Please sign in to comment.