Only overwrite namespace, server if not explicitly specified
Currently, namespace and server is being overwritten by the environment
despite the user explicitly passing in the `--namespace` flag.
Ex: during `ks apply dev --namespace=ns2`, `ns2` should take preference
to the namespace specified by the dev environment.
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
Please register or sign in to comment