Hi all, is there an equivalent Pulumi API applyin...
# general
p
Hi all, is there an equivalent Pulumi API applying a k8s config to a namespace? I used
kubectl apply --namespace otel-demo -f opentelemetry-demo.yaml
to achieve this. When I use
ConfigFile
most pods got deployed to
DEFAULT
namespace instead of the
otel-demo
. Here's the config https://github.com/open-telemetry/opentelemetry-demo/blob/main/kubernetes/opentelemetry-demo.yaml Thanks in advance🙏