Is there any way to stop pulumi from detecting tha...
# general
c
Is there any way to stop pulumi from detecting that the resources have changed? In https://github.com/banzaicloud/banzai-charts/tree/master/vault-secrets-webhook, every time I run pulumi up it wants to make changes because it’s generating the cert and such new.
g
c
No idea since there are no examples on how this works 😞
g
It lets you set specific properties to ignore from the diff checking essentially.
I opened https://github.com/pulumi/docs/issues/1326 to better document these with examples.