diff --git a/charts/vald/templates/gateway/ing.yaml b/charts/vald/templates/gateway/ing.yaml index d0776e2117..659b478eb9 100644 --- a/charts/vald/templates/gateway/ing.yaml +++ b/charts/vald/templates/gateway/ing.yaml @@ -22,7 +22,6 @@ {{- $lb := .Values.gateway.lb -}} {{- $lbIngEnabled := and $lb.enabled $lb.ingress.enabled -}} {{- $lbReflectionEnabled := and $lbIngEnabled (default $reflectionEnabled $lb.server_config.servers.grpc.enable_reflection) -}} -{{- $lbReflectionEnabled := and $lb.enabled -}} {{- $gateway := "" -}} {{- $gatewayName := "" -}} {{- if or $filterIngEnabled $mirrorIngEnabled $lbIngEnabled }}