https://pulumi.com logo
#general
Title
# general
p

powerful-hydrogen-54015

10/31/2023, 1:37 AM
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🙏