many-furniture-46304
07/18/2024, 10:06 AMjava.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
miniature-twilight-47355
07/19/2024, 1:42 PMminiature-twilight-47355
07/19/2024, 1:44 PMmany-furniture-46304
07/19/2024, 2:01 PM