This message was deleted.
# kubernetes
s
This message was deleted.
b
Decided that filing an issue was probably better: https://github.com/pulumi/pulumi-kubernetes/issues/2817
i
Could you be destroying the namespace before the helm chart?
b
That is indeed possible since there’s no explicit dependency between the two. However, the pulumi stack state does still show the namespace being present.
Still running the issue, so doesn’t look like it’s a case of the namespace getting deleted before the release
i
You can use the dependsOn option to explicitly model the dependency Or when you declare the helm Release, use the namespace output (metadata.namespace) as an input to the Release with the same effect
b
That’s what I’m doing now but still running into the same problem