This message was deleted.
# general
s
This message was deleted.
b
The issue here is that the application has the value “latest” and the cluster state has a version. Pulumi see they don’t match and then will suggest it needs to make changes. There will be a data source to get the latest version and you can see that result to the cluster
r
that makes sense, so is there no way to tell pulumi to ignore mismatching versions? or does this mean we'll have to hardcode "import" the cluster and poll it's version instead?
b
You can use ignoreChanges
r
that works nicely, thanks 👍
b
👌👌
r
any way I can ignore changes based on a resource urn or id? regarding the issue I just mentioned on #C84L4E3N1
I have no idea how should I refer the resource since it's created by a helm chart, so not sure what should I put in ignoreChanges
w
👍 1