pulumi-kubernetes icon indicating copy to clipboard operation
pulumi-kubernetes copied to clipboard

Helm Chart missing from the JAVA sdk

Open nicu-da opened this issue 3 years ago • 1 comments

What happened?

The documentation for helm charts shows the JAVA api classes that expose the Helm Chart API. Going through the helm API available in the java sdk we find no classes required to create chart.

Steps to reproduce

Try to create a helm chart in Java.

Expected Behavior

Classes required to create a helm chart are found in the java sdk.

Actual Behavior

Documented classes are not present in the sdk.

Output of pulumi about

No response

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

nicu-da avatar Sep 20 '22 15:09 nicu-da

Related to https://github.com/pulumi/pulumi-kubernetes/issues/2071

The helm Chart, yaml ConfigFile and ConfigGroup, and kustomize Directory resources are currently implemented with custom logic for each SDK, but have not yet been implemented for Java. Sorry for the confusing registry docs! I opened #2181 to track that bug.

lblackstone avatar Sep 20 '22 21:09 lblackstone

This is fixed in the upcoming Chart v4 resource - full Java and YAML SDK support. Enjoy!

EronWright avatar May 14 '24 00:05 EronWright