fix(argo-cd): Allow to use dedicated gRCP ingress with GKE implementation (#2541)

This commit is contained in:
Petr Drastil 2024-02-23 14:58:13 +01:00 committed by GitHub
parent 394d6f17c8
commit 2f91378422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{{- if and .Values.server.ingressGrpc.enabled (eq .Values.server.ingress.controller "generic") -}}
{{- if .Values.server.ingressGrpc.enabled -}}
{{- $hostname := printf "grpc.%s" (.Values.server.ingress.hostname | default .Values.global.domain) -}}
apiVersion: networking.k8s.io/v1
kind: Ingress