Hi, how do ensure a resource is created after a He...
# general
b
Hi, how do ensure a resource is created after a Helm chart is deployed? If I use the variable the Helm chart is assigned to and add it to dependsOn for the following resource, the Helm chart still isn't deployed first.
Hi, does anyone have any thoughts on my above comment? I know it's down to the fact that Helm charts get converted to K8s manifest. But I couldn't seem to assign a k8s resource from it because Pulumi doesn't know what k8s resources will be generated before hand.