sparse-intern-71089
08/11/2020, 1:28 PMicy-jordan-58549
08/11/2020, 1:29 PM"<http://helm.sh/hook|helm.sh/hook>": "pre-install,pre-upgrade"
"<http://helm.sh/hook-weight|helm.sh/hook-weight>": "5"
"<http://helm.sh/hook-delete-policy|helm.sh/hook-delete-policy>": "before-hook-creation,hook-succeeded"
icy-jordan-58549
08/11/2020, 1:29 PMhelm hooks
icy-jordan-58549
08/11/2020, 1:31 PMhelm template
? before installing the chart? so to support hooks, we need to helm template
first, parse annotations and set dependencies for pulumi resources?icy-jordan-58549
08/11/2020, 1:32 PMgorgeous-egg-16927
08/11/2020, 2:52 PMhelm template
to generate YAML, and then works off of that: https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/chart/#chart
That said, we will likely rewrite support to use the Helm library directly later this year instead of shelling out to the helm
binary, so it might be possible to support at that point. I’m not sure without digging into it further.icy-jordan-58549
08/12/2020, 7:39 AMicy-jordan-58549
08/12/2020, 7:43 AMicy-jordan-58549
08/12/2020, 7:43 AMicy-jordan-58549
08/12/2020, 7:44 AM