Closed wyattfry closed 2 weeks ago
@JaydipGabani @maxsmythe @ritazh @abhipatnala Could I please have a review?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.56%. Comparing base (
3350319
) to head (a1bb0a0
). Report is 177 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (3350319) and HEAD (a1bb0a0). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (3350319) | HEAD (a1bb0a0) | |------|------|------| |unittests|2|1|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@open-policy-agent/gatekeeper-maintainers PTAL
What this PR does / why we need it: This adds Kubernetes-recommended labels to the Deployment manifests. https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
Which issue(s) this PR fixes: No corresponding issue
Special notes for your reviewer: The labels were present on the Pods but not on the Deployments themselves. I tried my best to add the labels in a way that is consistent with the precedent set by the existing code, but I've never worked on a generated chart like this, so I may have made some rookie mistakes. If there's a cleaner way I'm completely open to it.