From e3849823b62e2406c072008335ac4a198d2f291a Mon Sep 17 00:00:00 2001 From: John Murret Date: Fri, 25 Mar 2022 10:44:40 -0600 Subject: [PATCH] Update charts/consul/templates/ingress-gateways-deployment.yaml Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- charts/consul/templates/ingress-gateways-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/consul/templates/ingress-gateways-deployment.yaml b/charts/consul/templates/ingress-gateways-deployment.yaml index 560029d618..4654148e29 100644 --- a/charts/consul/templates/ingress-gateways-deployment.yaml +++ b/charts/consul/templates/ingress-gateways-deployment.yaml @@ -9,6 +9,7 @@ {{- $defaults := .Values.ingressGateways.defaults }} {{- $names := dict }} +{{- /* Check if gateway names are unique. */ -}} {{- $gateways := .Values.ingressGateways.gateways }} {{- range $outerIngressIndex, $outerIngressVal := $gateways }}