From: Zhe Huang Date: Tue, 28 Apr 2020 19:18:47 +0000 (-0400) Subject: Fix minor bug that drops IPv6 routes X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0b46e7f6d5fe9da5da8b81d468d0db1bd2b59cf6;p=ric-plt%2Fric-dep.git Fix minor bug that drops IPv6 routes Signed-off-by: Zhe Huang Change-Id: I052994522710bcccd1cbe9721258d1b13b4a11f3 --- 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 }}