https://pulumi.com logo
s

sticky-match-71841

03/11/2021, 1:52 PM
Can't the skipAwait annotations be used to ignore the status of a deployment? Seems to not work the way we expect it to 🤔 Some context: We would like to just configure a deployment but ignore if it ends up crash looping. From our PoV the deployment is configured correctly, so we don't care if it starts crash looping. Is it maybe a possibility to explicitly ignore the status?
g

gorgeous-egg-16927

03/11/2021, 5:51 PM
skipAwait should do what you’re asking. Can you post the Deployment code snippet you’re using?
s

sticky-match-71841

03/11/2021, 6:54 PM
@gorgeous-egg-16927 the problem was caused by me 🙂 Everything works as it should
🎉 1
5 Views