-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add policyKind option to kyverno-policies chart #8827
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
Conversation
Fixes kyverno#4317 kyverno#8568 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu>
/cherry-pick release-1.11 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8827 +/- ##
=======================================
Coverage 33.56% 33.56%
=======================================
Files 315 315
Lines 24905 24905
=======================================
Hits 8359 8359
Misses 15754 15754
Partials 792 792 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case of Policy
, how users set its namespace through the chart values?
Can set with |
Typically if you do set namespace the default is like |
@realshuting This has |
No, 1.11.0 is out now. I removed the label, please go ahead with the merge. |
Fixes kyverno#4317 kyverno#8568 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: shuting <shuting@nirmata.com>
Fixes kyverno#4317 kyverno#8568 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: shuting <shuting@nirmata.com>
Fixes kyverno#4317 kyverno#8568 Signed-off-by: Trey Dockendorf <tdockendorf@osc.edu> Co-authored-by: shuting <shuting@nirmata.com>
Explanation
Related issue
Closes #4317
Closes #8568
Milestone of this PR
/milestone 1.11.1
What type of PR is this
/kind feature
Proposed Changes
Allow the policy "kind" to be changed to
Policy
which will allow the Kyverno policies chart to deploy namespaced policies.