https://pulumi.com logo
b

bumpy-agent-19616

03/30/2020, 11:30 AM
When we try to create Azure AKS via pulumi, we get a k8s cluster created with a windows profile by default. Every time we build our project through CircleCI/Pulumi CLI we see the windows profile being updated. We would like to disable this behaviour. Do you have any suggestions on this for us?
👍 1
t

tall-librarian-49374

03/30/2020, 11:35 AM
For now you could add this property to
ignoreChanges
b

bumpy-agent-19616

03/30/2020, 11:37 AM
Yes, this is something that we have already used for some other purpose and I guess this makes sense to use it now as well 🙂
Thanks a lot!