Can I specify the default namespace for k8s resour...
# general
e
Can I specify the default namespace for k8s resources?
q
Yeah, you can do this in the provider or on your local kube context, depending on how you've got acccess configured. https://www.pulumi.com/registry/packages/kubernetes/api-docs/provider/
e
Thanks. I am using Javascript. Can I set the default namespace after the provider is instantiated ?