-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Kyverno Version
1.11.0
Description
I have a mutation policy that uses apiCall.service.url to fetch JSON data from the microservice. In case of getting an error from the microservice (for any reason - either 404, 500, etc.) I have set (according to the documentation) failurePolicy: Ignore
. It was working fine in 1.10.x. After upgrade from 1.10.3 to 1.11.0, Kyverno just thrown an error and fails the deployment.
Slack discussion
No response
Troubleshooting
- I have read and followed the documentation AND the troubleshooting guide.
- I have searched other issues in this repository and mine is not recorded.