This message was deleted.
# kubernetes
s
This message was deleted.
g
Yep, as @better-rainbow-14549 said, you can tell the K8s provider to write the output to a directory instead of submitting to your k8s cluster. That might help troubleshoot it. https://www.pulumi.com/docs/guides/adopting/from_kubernetes/#rendering-kubernetes-yaml
b
you can also put your values in a
values.yaml
and do
helm template --values values.yaml
that's all pulumi does under the hood
m
Thanks, that let me find the problem, all sorted now