Closed tberreis closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.99%. Comparing base (
3350319
) to head (e361410
). Report is 158 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (3350319) and HEAD (e361410). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (3350319) | HEAD (e361410) | |------|------|------| |unittests|2|1|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #3527
With v3.17.0 the separator
---
has been added to a lot of templates. For thegatekeeper-controller-manager-poddisruptionbudget.yaml
it unfortunately breaks the helm linting:For details please see https://github.com/helm/helm/issues/10149.
What this PR does / why we need it:
This PR fixes the linting error. The rendered chart remains untouched.
Which issue(s) this PR fixes (optional, using
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when the PR gets merged): Fixes #Special notes for your reviewer: