Skip to content

Commit

Permalink
Escape <ip>:<port> due to JSX issues on Helm reference docs (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Feb 28, 2022
1 parent f8ae1ff commit 93cc206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ global:
# The name of the primary datacenter.
primaryDatacenter: ""

# A list of addresses of the primary mesh gateways in the form <ip>:<port>.
# A list of addresses of the primary mesh gateways in the form `<ip>:<port>`.
# (e.g. ["1.1.1.1:443", "2.3.4.5:443"]
# @type: array<string>
primaryGateways: []
Expand Down

0 comments on commit 93cc206

Please sign in to comment.