Is there a good way to handle “dependencies” withi...
# kubernetes
b
Is there a good way to handle “dependencies” within a Helm chart deployed via Pulumi? In this specific case, I am deploying the Superset Helm chart, and it has some implicit dependencies between some ConfigMap objects and Jobs/Deployments, so if I update the ConfigMap (via the passed in
values
), things don’t get re-run. In a normal setting I’d just explicitly declare the dependencies (or have it be implicit via the resources), but the Helm chart is a single unit, and not clear to me if I can do it via a Transformation.