Skip to content

Commit c55d96d

Browse files
committed
fix k9s plugin to list all chart values (duplicate shortcut with native used by k9s)
1 parent aa2a22e commit c55d96d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/k9s/plugins.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ plugins:
183183
background: false
184184
confirm: false
185185
dangerous: false
186-
#--- View user-supplied values when helm chart was created in current namespace
186+
#--- View all chart values when helm chart was created in current namespace
187187
helm-values:
188-
shortCut: v
189-
description: Helm values
188+
shortCut: a
189+
description: All values
190190
scopes:
191191
- helm
192192
command: bash

0 commit comments

Comments
 (0)