Skip to content

Error on helm install because HTTPRoute parentRef's sectionName is null#1441

Merged
tnotheis merged 4 commits intomainfrom
error-on-helm-install-because-httproute-parentsectionname-is-null
Mar 16, 2026
Merged

Error on helm install because HTTPRoute parentRef's sectionName is null#1441
tnotheis merged 4 commits intomainfrom
error-on-helm-install-because-httproute-parentsectionname-is-null

Conversation

@tnotheis
Copy link
Member

Readiness checklist

  • I ensured that the PR title is good enough for the changelog.
  • I labeled the PR.
  • I added/updated tests (if necessary).
  • I self-reviewed the PR.

@tnotheis tnotheis requested a review from erbenjak March 16, 2026 14:00
@tnotheis tnotheis self-assigned this Mar 16, 2026
@tnotheis tnotheis added the bug Something isn't working label Mar 16, 2026
Copilot AI review requested due to automatic review settings March 16, 2026 14:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a Helm install error caused by null values in HTTPRoute parentRef fields by adding the | quote filter to ensure values are rendered as quoted strings instead of bare null.

Changes:

  • Added | quote filter to parentRefName, parentRefNamespace, and parentRefSectionName in both consumerapi and sseserver HTTPRoute templates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
helm/templates/consumerapi/httproute.yaml Added `
helm/templates/sseserver/httproute.yaml Added `

tnotheis and others added 2 commits March 16, 2026 15:04
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@tnotheis tnotheis merged commit cd4e038 into main Mar 16, 2026
15 checks passed
@tnotheis tnotheis deleted the error-on-helm-install-because-httproute-parentsectionname-is-null branch March 16, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants