Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3072,8 +3072,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`. 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<map>
gateways:
- name: ingress-gateway
Expand Down