Skip to content

Commit

Permalink
fix namespace in environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 11, 2024
1 parent aefa132 commit cb39494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cb39494

Please sign in to comment.