Support ConfigFile in Java #2071
Labels
area/providers
kind/enhancement
Improvements or new features
language/java
mro1
Monica's list of 1st tier overlay related issues
resolution/fixed
This issue was fixed
Issue details
It would be handy to improve the kubernetes provider support by implementing
ConfigFile
in the java SDK.Use Case: I'm currently bootstrapping a new k8s cluster and installed cert-manager using the pulumi java sdk.
I realized that there is no way to install a
ClusterIssuer
.Preferably I'd like to use a
CustomResource
in this case. The more genericConfigFile
would suit me as well.The text was updated successfully, but these errors were encountered: