Skip to content

Conversation

@pdrastil
Copy link
Member

Resolves: #2634

Draft to get initial feedback from community

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

- group: gateway.networking.k8s.io
kind: Gateway
name: {{ .Values.server.gatewayAPI.gateway }}
{{- with .Values.server.gatewayAPI.gatewaySection }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please add support for referencing Gateways in other namespaces

Suggested change
{{- with .Values.server.gatewayAPI.gatewaySection }}
{{- with .Values.server.gatewayAPI.gatewayNamespace }}
namespace: {{ . }}
{{- end }}
{{- with .Values.server.gatewayAPI.gatewaySection }}

@pdrastil pdrastil force-pushed the feature/gateway-api branch from f8698ad to 0117c1c Compare July 9, 2024 09:36
@github-actions
Copy link

github-actions bot commented Sep 8, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions
Copy link

github-actions bot commented Nov 8, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add gatewayAPI resources as an Ingress alternative.

2 participants