Hi there, Is there something similar to helms `po...
# general
n
Hi there, Is there something similar to helms
post-install
and
post-update
hook in pulumi?
m
Hey, just saw this now and I have just worked on helm hooks and was looking for something similar. There are webhooks you can use that have different events but this is with Pulumi cloud with an org. I'm guessing if you use a backend store such as s3, you could set up hooks on that bucket/path for the state file. What we ended up doing for pulumi is making a cool before and after stack operations, given we wrap the operations in a script. Hope this helps