https://pulumi.com logo
i

important-carpenter-15282

03/16/2019, 7:14 PM
Hey y'all, I'm trying to model something from Rook in Pulumi and I'm not sure the best way to do it. Rook's object storage CRDs have a
CephObjectStoreUser
CRD that the operator will use to create a user, and the access key/secret key for the user (object store = S3 API) are created in a Secret--can I/how do I get that secret/link it to the Pulumi object? See https://rook.github.io/docs/rook/v0.9/ceph-object.html#create-a-user for the CRD and explanation of the CRD -> Secret chain.
I guess what I really want is to create an
k8s.core.v1.Secret
that points to an object I know exists and Pulumi should not attempt to create, which seems counter to the whole point. 🙂
2 Views