This message was deleted.
# general
s
This message was deleted.
g
Helm hooks aren’t currently supported: https://github.com/pulumi/pulumi-kubernetes/issues/555
i
sounds good, any plans to support it? @gorgeous-egg-16927
@gorgeous-egg-16927 any workarounds?
would be great if you can provide smth, thanks!
g
You can use the workaround in the issue to alter the resources (remove hooks, ignore resource, etc). We don’t have current plans to support hooks, but if you’re running into problems that can’t be worked around, please let us know on the issue.
i
yea, I am installing specific helm chart, that works based on the hooks. Basically it waits until Job will be applied and then does other things. Probably, I can take that job out of the helm chart, apply it and then continue with other chart pieces.