-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Update the existing policies to use the new fields #1130
Comments
@MariamFahmy98 I would like to work on this. |
Hi, could this issue be assigned to me? |
Should we update each policy file manually or is there a preferred automated approach for updating the deprecated fields? |
Nothing is automated per my knowledge. |
Getting a strict decoding error while testing the updated validation failure action field: Original: spec:
validationFailureAction: Audit Updated as per issue description: spec:
rules:
- name: require-image-tag
validate:
failureAction: Audit Error when running chainsaw test: Could you help with the correct field structure that works with chainsaw testing? Wasn't able to find relevant examples in the docs. |
…#1130) Signed-off-by: Indrranil Pawar <[email protected]>
Hi, I’ve submitted a PR ##1213 that updates the deprecated field This is my initial attempt to ensure I’m following the correct way before moving forward. I’ve verified the following for this PR:
Please review this PR, Once confirmed i will proceed with the remaining files and fields. |
Problem Statement
Starting from Kyverno 1.13, the following fields are deprecated:
The following fields should be used instead:
Solution Description
Use the following fields under their corresponding rules:
Example "Good" Resource
No response
Example "Bad" Resource
No response
Other Comments
No response
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: