Skip to content

Commit

Permalink
Fix forwarded headers exclude cirds for IPv6
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Jan 20, 2025
1 parent 09f169c commit 86d0941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ $cluster_internal_cidrs := list "10.2.0.0/15" .Values.vpc_ipv4_cidr }}
{{ if eq .Cluster.Provider "zalando-eks" }}
{{ if eq .Cluster.ConfigItems.eks_ip_family "ipv6" }}
{{ $cluster_internal_cidrs = .Values.vpc_ipv6_cidrs }}
{{ $cluster_internal_cidrs = append .Values.vpc_ipv6_cidrs .Values.vpc_ipv4_cidr }}
{{ else }}
{{ $cluster_internal_cidrs = list .Values.vpc_ipv4_cidr }}
{{ end }}
Expand Down

0 comments on commit 86d0941

Please sign in to comment.