dotfiles/.config/k9s/plugins.yaml

17 lines
286 B
YAML
Raw Normal View History

2025-07-01 19:50:53 -07:00
plugins:
edit-secret:
shortCut: Ctrl-X
confirm: false
description: "Edit Secret"
scopes:
- secrets
command: kubectl
background: false
args:
- modify-secret
- --namespace
- $NAMESPACE
- --context
- $CONTEXT
- $NAME