Add k9s configuration

This commit is contained in:
Daniel McKnight 2025-07-01 19:50:53 -07:00
parent fb6b8ffb3e
commit 7c967d6b32
5 changed files with 198 additions and 0 deletions

16
.config/k9s/plugins.yaml Normal file
View file

@ -0,0 +1,16 @@
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