Hi all, I’m trying to automate the provision of Ro...
# general
f
Hi all, I’m trying to automate the provision of Rook/Ceph object buckets with Pulumi; in short, I want to create an ObjectBucketClaim CRD, wait until it has Status: Bound, then read the generated access/private keys from a related ObjectBucket CRD. Is there a way to do this without creating my own resource provisioner? My best guess would be something like a ComponentResource which creates the OBC, then creates the OB with depends_on= and import= set appropriately, but that seems like a terrible hack