Skip to content

Conversation

@sanderma
Copy link

@sanderma sanderma commented Nov 5, 2025

What this PR does / why we need it:

In Helm, validatingWebhookExemptNamespacesLabels: values are not quoted, "true" is read as bool

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 #4211

yes yes no

Special notes for your reviewer:

@sanderma sanderma force-pushed the 4211 branch 2 times, most recently from 717784d to 0ec4f22 Compare November 5, 2025 06:57
quote values in webhook configuration for proper YAML formatting

Signed-off-by: Sander Mathijssen <mail@sanderma.nl>
@sanderma sanderma changed the title fix 4211 fix 4211 - validatingWebhookExemptNamespacesLabels values are not quoted Nov 5, 2025
@sanderma sanderma marked this pull request as ready for review November 5, 2025 07:03
@sanderma sanderma requested a review from a team as a code owner November 5, 2025 07:03
@JaydipGabani JaydipGabani changed the title fix 4211 - validatingWebhookExemptNamespacesLabels values are not quoted fix: validatingWebhookExemptNamespacesLabels values are not quoted Nov 5, 2025
Copy link
Contributor

@JaydipGabani JaydipGabani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanderma Thanks for raising this pr. Any changes in charts will be overwritten during release, ptal - https://open-policy-agent.github.io/gatekeeper/website/docs/help#contributing-to-helm-chart for guidance on updating charts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

validatingWebhookExemptNamespacesLabels: values are not quoted, "true" is read as bool

2 participants