Skip to content

feat(console/helm): add gatewayGroup and gatewayKind to HTTPRoute#210

Open
SBatais wants to merge 1 commit intoapache:mainfrom
SBatais:fix-httproute-backendRefs
Open

feat(console/helm): add gatewayGroup and gatewayKind to HTTPRoute#210
SBatais wants to merge 1 commit intoapache:mainfrom
SBatais:fix-httproute-backendRefs

Conversation

@SBatais
Copy link
Copy Markdown
Contributor

@SBatais SBatais commented Apr 8, 2026

The goal of this PR is to add group and kind fields to the HTTPRoute parentRefs entry, defaulting to gateway.networking.k8s.io and Gateway respectively.

This allows explicit configuration of the parent gateway resource type instead of relying on implicit defaults.

I have deployed the polaris-console with the helm chart and with argocd, and the httpRoute is always at the status OutOfSync due to the fact the fields spec.parentRefs.group and spec.parentRefs.kind are not set.

image

…entRef

Add `group` and `kind` fields to the HTTPRoute `parentRefs` entry,
defaulting to `gateway.networking.k8s.io` and `Gateway` respectively.
This allows explicit configuration of the parent gateway resource type
instead of relying on implicit defaults.
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.

2 participants