https://pulumi.com logo
c

cool-egg-852

07/11/2019, 4:34 AM
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

gentle-diamond-70147

07/11/2019, 4:36 AM
c

cool-egg-852

07/11/2019, 4:35 PM
No idea since there are no examples on how this works 😞
g

gentle-diamond-70147

07/11/2019, 6:25 PM
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.