From d0867eabea7b7c2018be76d2792d41a45575f2a2 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 5 Sep 2023 19:33:02 +0000 Subject: [PATCH 1/3] backport of commit 3d287ad4c6a9221e0e5eeae8439d073d066780e3 --- charts/consul/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index d3e1742578..861320bd09 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -3054,8 +3054,9 @@ ingressGateways: # Gateways is a list of gateway objects. The only required field for # each is `name`, though they can also contain any of the fields in - # `defaults`. Values defined here override the defaults except in the - # case of annotations where both will be applied. + # `defaults`. Names must be provided for each and they must be + # unique, regardless of whether they are in different namespaces. + # Values defined here override the defaults except in the case of annotations where both will be applied. # @type: array gateways: - name: ingress-gateway From 4bd534c1bbad2ef8d214111bbf4353868314d65c Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 5 Sep 2023 19:36:23 +0000 Subject: [PATCH 2/3] backport of commit cda31e249602d62f13dcbdcd20dddbb83ccbfc07 --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 861320bd09..add1c29b21 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -3054,7 +3054,7 @@ ingressGateways: # Gateways is a list of gateway objects. The only required field for # each is `name`, though they can also contain any of the fields in - # `defaults`. Names must be provided for each and they must be + # `defaults`. Names must be provided for each ingress gateway and they must be # unique, regardless of whether they are in different namespaces. # Values defined here override the defaults except in the case of annotations where both will be applied. # @type: array From e42ae8e38c990cfbfc104d7af3d5503ac73dd0f4 Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 6 Sep 2023 21:07:21 +0000 Subject: [PATCH 3/3] backport of commit 315675e25eb3239481747623ea0ce175da270366 --- charts/consul/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index add1c29b21..bd454baf86 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -3054,9 +3054,9 @@ ingressGateways: # Gateways is a list of gateway objects. The only required field for # each is `name`, though they can also contain any of the fields in - # `defaults`. Names must be provided for each ingress gateway and they must be - # unique, regardless of whether they are in different namespaces. - # Values defined here override the defaults except in the case of annotations where both will be applied. + # `defaults`. You must provide a unique name for each ingress gateway. These names + # must be unique across different namespaces. + # Values defined here override the defaults, except in the case of annotations where both will be applied. # @type: array gateways: - name: ingress-gateway