This message was deleted.
# kubernetes
s
This message was deleted.
g
Yeah, I’ve seen it done both ways. The Job resource will wait until it has run to completion, so that can be a good option if you don’t want to use
initContainers
.
p
Great! Thanks 🙂
g
The API docs have more detailed info on the await behavior of each k8s resource: https://www.pulumi.com/docs/reference/pkg/kubernetes/batch/v1/job/
👍 1