-
Notifications
You must be signed in to change notification settings - Fork 63
Cannot create cert-manager selfSigned Issuer using kubernetes-alpha 0.3.1 #167
Comments
@jbg What you are seeing here is a response from the cert-manager admission web-hook (as denoted by the Are you installing the web-hook at the same time as the |
The error is being returned by the webhook because The webhook is already installed. |
Also, forgot to mention, the same manifest applies correctly in 0.2.x |
@jbg Thanks for the clarification. That puts some perspective on the whole issue. We do have an ongoing battle with the empty blocks in this provider. In most cases, apart from one other known situation in CRD "subresources", they all get swallowed by the API and replaced with |
Maybe adding option feature in lifecycle will solve cases like these?
|
You mean Terraform complains like this?
You are describing a hypothetical future meta argument, right? (https://www.terraform.io/docs/language/meta-arguments/lifecycle.html does not document I managed to workaround this by specifying:
|
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
The resource is created with the same spec as if I had used this in YAML:
Actual Behavior
The
selfSigned
key is missing in the resource sent to k8s, resulting in the error.References
Community Note
The text was updated successfully, but these errors were encountered: