Skip to content

Commit

Permalink
Merge pull request #1646 from tboerger/main
Browse files Browse the repository at this point in the history
fix: correctly generate an array for egress cluster info with extra cidrs
  • Loading branch information
weizhoublue authored Feb 27, 2025
2 parents 0d423d0 + d709b6c commit a18a7d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/templates/egressClusterInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ spec:
clusterIP: {{ .Values.feature.clusterCIDR.autoDetect.clusterIP }}
podCidrMode: {{ .Values.feature.clusterCIDR.autoDetect.podCidrMode }}
nodeIP: {{ .Values.feature.clusterCIDR.autoDetect.nodeIP }}
extraCidr: {{ .Values.feature.clusterCIDR.extraCidr }}
{{- if .Values.feature.clusterCIDR.extraCidr }}
extraCidr:
{{ .Values.feature.clusterCIDR.extraCidr | toYaml | indent 4 }}
{{ end -}}

0 comments on commit a18a7d9

Please sign in to comment.