Fixed namespace

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-01-20 15:02:02 +00:00
parent f50d6136b9
commit 9bb937fbe3
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
set -e
NAMESPACE="$(kubectl config view --minify --output 'jsonpath={..namespace}')"
NAMESPACE=${NAMESPACE:-default}
POD="kube-ssh"
NODE=""