splunk / qbec

configure kubernetes objects on multiple clusters using jsonnet

Home Page:https://qbec.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qbec.io/defaultNs does not respect the value from --force:k8s-namespace

lseppala opened this issue · comments

The variable qbec.io/defaultNs will always provide the value specified by spec.environments.<env name>.defaultNamespace in qbec.yaml and will not respect the override value from --force:k8s-namespace. The expected behavior from the documentation:

qbec.io/defaultNs - the default namespace in use. This is typically picked from the environment definition, possibly changed for app tags, or the value forced from the command line using the --force:k8s-namespace option.