lets say you deploy a helm chart & then you wa...
# kubernetes
i
lets say you deploy a helm chart & then you want to create ingress rules into the services created by the chart, is there a contract-based way to wire up all the values from the helm chart into the ingress rule, or would you rely on convention wrt. the names/ports of services you know the chart creates
ah got it. i was trying this method, but using
chart.name
instead of
chart.status.name
- this was causing the preview to try resolve the service before deployment. adding
.status
must make it wait for the output https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/release/#query-kubernetes-resource-installed-by-helm-chart