How do you all recommend installing CRDs. I found ...
# typescript
b
How do you all recommend installing CRDs. I found
crd2pulumi
which generates the types, but it seems to not install the CRD since 1.0.5 here . is there a recommended way to allow pulumi to control installing it as well as getting types.
i'm going to use
kubernetes.yaml.ConfigFile
w
I use
ConfigGroup
with an embedded resource (dotnet/c#); same result