You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a directory of plain Kubernetes manifests directly from the Kyverno policies Github here: https://github.com/kyverno/policies. For example the stuff in the best-practices directory. I want to apply all of the manifests I copy in this directory like this:
What should have happened? It should have presented me with a plan.
Actual Behavior
It panic-ed.
Important Factoids
This works in v2.29.0!. Stops working in v2.30.0. I'm suspecting this change to be the culprit (since it's part of v2.30.0 and it tinkers with the code that is in the stacktrace of the panic): f83d63a. My Go foo really isn't good enough to understand why this would be happening though.
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes_manifest
Terraform Configuration Files
I have a directory of plain Kubernetes manifests directly from the Kyverno policies Github here: https://github.com/kyverno/policies. For example the stuff in the
best-practices
directory. I want to apply all of the manifests I copy in this directory like this:Debug / Panic Output
Here is a gist to the output on standard error: https://gist.github.com/aukevanleeuwen/4787507bfb9b9e709294101f0b99102e
Panic Output
Same as above.
Steps to Reproduce
terraform plan
Expected Behavior
What should have happened? It should have presented me with a plan.
Actual Behavior
It panic-ed.
Important Factoids
This works in v2.29.0!. Stops working in
v2.30.0
. I'm suspecting this change to be the culprit (since it's part of v2.30.0 and it tinkers with the code that is in the stacktrace of the panic): f83d63a. My Go foo really isn't good enough to understand why this would be happening though.References
Community Note
The text was updated successfully, but these errors were encountered: