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
|
set -e
|
||||||
|
|
||||||
NAMESPACE="$(kubectl config view --minify --output 'jsonpath={..namespace}')"
|
NAMESPACE="$(kubectl config view --minify --output 'jsonpath={..namespace}')"
|
||||||
|
NAMESPACE=${NAMESPACE:-default}
|
||||||
POD="kube-ssh"
|
POD="kube-ssh"
|
||||||
NODE=""
|
NODE=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user