From 46d4681933a0ec3acd76a7d45062b04694453908 Mon Sep 17 00:00:00 2001 From: Olivier Orand Date: Sun, 12 Nov 2023 19:45:05 +0100 Subject: [PATCH] Add context to get-all (#1701) --- plugins/get-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/get-all.yml b/plugins/get-all.yml index b6b1c460..1e1d8719 100644 --- a/plugins/get-all.yml +++ b/plugins/get-all.yml @@ -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"