fix(argo-cd): Use ingressClassName from ingressGrpc in ingress-grpc (#1127)

Signed-off-by: Juan C. Müller <jcmuller@gmail.com>
This commit is contained in:
Juan C. Müller 2022-02-05 11:32:30 -05:00 committed by GitHub
parent 7ffbe9d113
commit da0946d61e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ metadata:
{{- end }}
spec:
{{- if eq (include "argo-cd.ingress.apiVersion" $) "networking.k8s.io/v1" }}
{{- with .Values.server.ingress.ingressClassName }}
{{- with .Values.server.ingressGrpc.ingressClassName }}
ingressClassName: {{ . }}
{{- end }}
{{- end }}