Add context to get-all (#1701)

mine
Olivier Orand 2023-11-12 19:45:05 +01:00 committed by GitHub
parent 8b5ffce61a
commit 46d4681933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -21,4 +21,4 @@ plugin:
background: false
args:
- -c
- "kubectl get-all -n $NAMESPACE | less"
- "kubectl get-all --context $CONTEXT -n $NAMESPACE | less"