Hello. I'm trying to apply only CRDs from helm-cha...
# kubernetes
r
Hello. I'm trying to apply only CRDs from helm-chart using
k8s.helm.v4.Chart
. Is it possible to use
transforms
for skip all resources except
kubernetes:<http://helm.sh/v4:Chart|helm.sh/v4:Chart>
and
kubernetes:<http://apiextensions.k8s.io/v1:CustomResourceDefinition|apiextensions.k8s.io/v1:CustomResourceDefinition>
??? Which props should I return from transform-method? Thank you.