Hello Pulumi Java enthusiasts! Maybe this is more ...
# java
m
Hello Pulumi Java enthusiasts! Maybe this is more for the kubernetes channel but it feels java specific. I am trying to invoke a helm chart from my Pulumi code. The helm template works fine as confirmed by running helm. However, I am getting:
Copy code
java.lang.IllegalArgumentException: Couldn't instantiate class 'com.pulumi.kubernetes.rbac.v1.ClusterRoleBinding' using constructor: 'public com.pulumi.kubernetes.rbac.v1.ClusterRoleBinding(java.lang.String,com.pulumi.kubernetes.rbac.v1.ClusterRoleBindingArgs,com.pulumi.resources.CustomResourceOptions)', for resource type: 'kubernetes:rbac.authorization.k8s.io/v1:ClusterRoleBinding'
This is happening for other Resource Types with the same message. I have scoured the web and tried a few different things to no avail. I suspect somehow
CustomResourceOptions
is not passed any value (even
null
) and thus it does not know what to do but I might be completely wrong. Any advice or guidance is appreciated. Thank you very much for you time 🙂 N.B I am using
helm/v4
m
We're looking for a fix here right now, but it would not hurt to add a comment and a +1 to that ticket.
m
Thank you, have just done that