Skip to content

feat(argo-cd): adding httproute support to applicationset controller's webhook feature#3672

Open
skluther wants to merge 1 commit intoargoproj:mainfrom
skluther:feat/argo-cd-applicationset-httproute
Open

feat(argo-cd): adding httproute support to applicationset controller's webhook feature#3672
skluther wants to merge 1 commit intoargoproj:mainfrom
skluther:feat/argo-cd-applicationset-httproute

Conversation

@skluther
Copy link
Copy Markdown

@skluther skluther commented Jan 16, 2026

Adds gateway api support for the applicationset controller webhook endpoint.

Changes:

  • copied the argo-cd server's httproute to the argocd-applicationset controller
  • found and replaced .server. with .applicationSet.
  • referenced the argocd-applicationset controller's ingress resource to get values that are relevant to the httproute

Please let me know if you need anything changed.

Also, for the bottom item of the checklist do I just leave that unchecked until the check action is approved?

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.
  • I have created a separate pull request for each chart according to pull requests
  • My build is green (troubleshooting builds).

@skluther skluther force-pushed the feat/argo-cd-applicationset-httproute branch from b5887ae to 22ca221 Compare January 16, 2026 21:12
@skluther skluther force-pushed the feat/argo-cd-applicationset-httproute branch from 22ca221 to 214eb62 Compare January 16, 2026 21:13
…s webhook support

Signed-off-by: Stephen Kluthe <stephen.kluthe@goradar.com>
@skluther skluther force-pushed the feat/argo-cd-applicationset-httproute branch from 214eb62 to 251fc87 Compare January 21, 2026 00:32
@skluther
Copy link
Copy Markdown
Author

@tico24 would I be able to get an approval for the workflow that requires it? Just want to make sure I'm still paying attention if there are changes that come up.

@@ -28,3 +28,5 @@ annotations:
artifacthub.io/changes: |
- kind: changed
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please remove the old change. Keep only your change.

backendRefs:
- group: ''
kind: Service
name: {{ include "argo-cd.applicationSet.fullname" . }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Use the $fullName variable

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: {{ include "argo-cd.applicationSet.fullname" . }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Use the $fullName variable

@dromadaire54
Copy link
Copy Markdown

Sorry this pull request stays unchanged more than one month @skluther if you have not enough time to update it. I can do it if you prefer.

@skluther
Copy link
Copy Markdown
Author

skluther commented Mar 9, 2026

I can take a look at it tomorrow, sorry, I don’t have notifications on so I missed the review.

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.

3 participants