fix: add kubeconfig if k9s is launched with --kubeconfig (#2932)
parent
6179ea4b8e
commit
47f92199c5
|
|
@ -12,4 +12,4 @@ plugins:
|
||||||
confirm: true
|
confirm: true
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- "kubectl debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash"
|
- "kubectl --kubeconfig=$KUBECONFIG debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue