probably was asked ton of times, how can I run pul...
# kubernetes
b
probably was asked ton of times, how can I run pulumi (Deployment manifest) without changing the image tag? I have separate CD process where it builds and set the image and in our pulumi configuration we have
k8s.apps.v1.Deployment(
statement for image but not with the tag.
b
Hi @bland-lamp-16797, you can use ignoreChanges for this
👍 1
b
nice!!!! Thanks @broad-dog-22463
b
Let me know if you have any issues with it1
b
hmm, I'll need to find the property name for
image
but that is just little debugging. I think I can handle from now. thanks again!
b
pulumi stack export will allow you to find the path
❤️ 1
b
I found the path but it's probably wrong: https://github.com/pulumi/pulumi-kubernetes/issues/1075