How do you ignoreChanges using a helm chart?
# general
c
How do you ignoreChanges using a helm chart?
For example, I want to ignore
spec.caBundle
,
webhooks[0].clientConfig.caBundle
Also, why isn’t this issue caught by
linkerd check
?
g
This thread has a workaround using
transformations
. https://pulumi-community.slack.com/archives/C84L4E3N1/p1582572142075900
I don’t have a specific example handy
c
Thanks. That’s an unfortunately way to handle it, but better than nothing.