when im creating a namespace with pulumi, what is ...
# kubernetes
p
when im creating a namespace with pulumi, what is the right structure to not get the random 8 character string on the end per
<https://www.pulumi.com/blog/infrastructure-as-code-resource-naming/>
??
Copy code
my_namespace = k8s.core.v1.Namespace("mynamespace")
gets me a namespace called mynamespace-778h547k when i really just want “mynamespace”