This message was deleted.
# kubernetes
s
This message was deleted.
c
The only test I could find that uses PVCs https://github.com/pulumi/examples/blob/master/kubernetes-ts-jenkins/jenkins.ts#L133 uses a hardcoded PVC name in the Deployment+ metadata of the PVC, so Pulumi never creates a depends_on link.
b
can you try adding the following annotation to your PVC?
<http://pulumi.com/skipAwait|pulumi.com/skipAwait>: "true"