mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
691cbcc03a
Adding the remaining config files of k9s that weren't covered yet. PR #4627
16 lines
226 B
YAML
16 lines
226 B
YAML
plugin:
|
|
fred:
|
|
args:
|
|
- logs
|
|
- -f
|
|
- $NAME
|
|
- -n
|
|
- $NAMESPACE
|
|
- --context
|
|
- $CLUSTER
|
|
background: false
|
|
command: kubectl
|
|
description: Pod logs
|
|
scopes:
|
|
- po
|
|
shortCut: Ctrl-L
|