Hey, I've installed the Pulumi operator via helm c...
# pulumi-kubernetes-operator
f
Hey, I've installed the Pulumi operator via helm chart in a new namespace
pulumi-operator
When I try to create a new application that does not have the same namespace, I get nothing. It works when the application is installed in the same namespace. Could someone shed some light on this? I'm quite intrigued and suspect it might be related to clusterrolebinding, clusterrole, etc. Thanks.
l
I believe that would make sense! Namespaces separate entities in k8s so we can organize and search by the space. So you would probably need to have all apps made in the same space or put your operator and apps in the default namespace
f
Do you think the operator should be in default ns, and I will get a solution?