https://pulumi.com logo
Title
f

famous-salesclerk-74711

06/01/2022, 9:08 PM
👋 quick q for yall - we’re using the helm.v3 construct, but the chart we’re consuming wraps an entire resource template with:
if (.Capabilities.APIVersions.Has <some-api-resource-version>)
which always fails, bc apparently this check returns false. is there a known way for pulumi-k8s operators to work around this, specifically around hydrating
.Capabilities
? https://github.com/pulumi/pulumi-kubernetes/issues/196
🍿 1
f

flat-laptop-90489

06/01/2022, 9:44 PM
I have been having no end of trouble with the helm capabilities detection in various areas. Gitops, Pulumi, etc. The comment on that issue about being able to pass --api-versions would probably do the trick, but that's super annoying to maintain too
f

famous-salesclerk-74711

06/01/2022, 10:57 PM
yeah……i feel that pain. i guess bc helm is, in itself, a way to manage these resources programmatically + comprehensively
f

flat-laptop-90489

06/02/2022, 1:13 AM
Suddenly missing my :nod: emoji
😭 1