https://pulumi.com logo
r

rhythmic-finland-36256

10/28/2019, 5:40 PM
Is there a generic
k8s
resource I can use to create an object of a CRD without implementing a full
pulumi custom resource
? Looking into specifying some
cert-manager
`Issuer`s and `Certificate`s in code without just dropping everything in a yaml file and using
ConfigFile
for it.
g

gorgeous-egg-16927

10/28/2019, 6:25 PM
Yep, you can use the apiextensions.CustomResource class for that.
r

rhythmic-finland-36256

10/28/2019, 7:14 PM
Nice. Exactly what I was looking for! 👍
🎉 1
7 Views