From cb394948c8707c2bc072138601573a2f5a6286ad Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Fri, 11 Oct 2024 10:31:03 +0100 Subject: [PATCH] fix namespace in environment.sh --- environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.sh b/environment.sh index cc1fdd1..365d826 100644 --- a/environment.sh +++ b/environment.sh @@ -41,7 +41,7 @@ source <(ec --show-completion ${SHELL}) module unload k8s-p99 > /dev/null module load k8s-p99 > /dev/null # set the default namespace for kubectl and helm (for convenience only) -kubectl config set-context --current --namespace=k8s-p99 +kubectl config set-context --current --namespace=p99-beamline # make sure the user has provided credentials kubectl version