From 0b46e7f6d5fe9da5da8b81d468d0db1bd2b59cf6 Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Tue, 28 Apr 2020 15:18:47 -0400 Subject: [PATCH] Fix minor bug that drops IPv6 routes Signed-off-by: Zhe Huang Change-Id: I052994522710bcccd1cbe9721258d1b13b4a11f3 --- helm/infrastructure/subcharts/danm-networks/templates/danm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/infrastructure/subcharts/danm-networks/templates/danm.yaml b/helm/infrastructure/subcharts/danm-networks/templates/danm.yaml index d52823e..672b6ec 100644 --- a/helm/infrastructure/subcharts/danm-networks/templates/danm.yaml +++ b/helm/infrastructure/subcharts/danm-networks/templates/danm.yaml @@ -39,7 +39,7 @@ spec: {{- if .net6 }} net6: {{ .net6 }} {{- end }} -{{- if .routes }} +{{- if .routes6 }} routes6: {{- range $subnet, $route := .routes6 }} {{ $subnet | quote }}: {{ $route | quote }} -- 2.16.6