Fixed namespace
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
f50d6136b9
commit
9bb937fbe3
@ -3,6 +3,7 @@
|
||||
set -e
|
||||
|
||||
NAMESPACE="$(kubectl config view --minify --output 'jsonpath={..namespace}')"
|
||||
NAMESPACE=${NAMESPACE:-default}
|
||||
POD="kube-ssh"
|
||||
NODE=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user