This message was deleted.
s
This message was deleted.
Using the following transformation:
Copy code
function fixGrafanaTest(obj: any) {
    if (obj.metadata.name === "po-grafana-test") {
        if (obj.kind === "Pod") {
            obj.metadata.annotations = {
                "<http://pulumi.com/skipAwait|pulumi.com/skipAwait>": "true"
            };
        }
    }
}
I'm still wondering if pulumi could be smarter here and take into account the restart policy to stop waiting after first (and only) failure