Skip to content

Commit

Permalink
Add context to get-all (derailed#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand authored Nov 12, 2023
1 parent 8b5ffce commit 46d4681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/get-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin:
background: false
args:
- -c
- "kubectl get-all -n $NAME | less"
- "kubectl get-all --context $CONTEXT -n $NAME | less"
get-all-other:
shortCut: g
confirm: false
Expand All @@ -21,4 +21,4 @@ plugin:
background: false
args:
- -c
- "kubectl get-all -n $NAMESPACE | less"
- "kubectl get-all --context $CONTEXT -n $NAMESPACE | less"

0 comments on commit 46d4681

Please sign in to comment.