Is your feature request related to a problem?
I've noticed there are options for GKE and AWS ingress support. I am looking for support for the AKS webapprouting ingressClass for setting up the ArgoCD ingress.
Related helm chart
argo-cd
Describe the solution you'd like
I would like an aks option in the helm chart that would enable the proper Ingress for the webapprouting in AKS.
ingress:
enabled: true
controller: aks
Then create the necessary resources for the webapprouting ingress resource.
Describe alternatives you've considered
I can manually create this ingress resource for AKS but I figured this could be a feature for the helm chart.
Additional context
No response
Is your feature request related to a problem?
I've noticed there are options for GKE and AWS ingress support. I am looking for support for the AKS webapprouting ingressClass for setting up the ArgoCD ingress.
Related helm chart
argo-cd
Describe the solution you'd like
I would like an aks option in the helm chart that would enable the proper Ingress for the webapprouting in AKS.
Then create the necessary resources for the webapprouting ingress resource.
Describe alternatives you've considered
I can manually create this ingress resource for AKS but I figured this could be a feature for the helm chart.
Additional context
No response