Skip to content

Commit

Permalink
address nits
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Sep 5, 2024
1 parent 9e8af07 commit 8f35ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ nginx:
# ipFamily: dual
# rewriteClientIP:
# mode: "ProxyProtocol"
# # -- The trusted addresses field needs to be replaced with the load balancer's IP address and type.
# # -- The trusted addresses field needs to be replaced with the load balancer's address and type.
# trustedAddresses: [
# {
# # -- The IP address of the load balancer.
# # -- The CIDR block of the load balancer(s).
# value: "",
# type: "cidr",
# }
Expand Down

0 comments on commit 8f35ab7

Please sign in to comment.