Skip to content

Commit

Permalink
fix: deleted unnecessary variable
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Sep 24, 2024
1 parent 22469cc commit bba0f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/vald/templates/gateway/ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bba0f5f

Please sign in to comment.