Files
code-server/deploy-k8s/set-namespace.sh
2021-11-16 23:19:38 -06:00

8 lines
158 B
Bash
Executable File

#!/bin/sh
# Pretty lame, but helpful command :)
# kubens is cool too.
# ex: ./set-namespace.sh dev-envs
kubectl config set-context --current --namespace=$1