Fix minor bug that drops IPv6 routes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / danm-networks / templates / danm.yaml
index d52823e..672b6ec 100644 (file)
@@ -39,7 +39,7 @@ spec:
 {{- if .net6 }}
     net6: {{ .net6 }}
 {{- end }}
-{{- if .routes }}
+{{- if .routes6 }}
     routes6:
 {{- range $subnet, $route := .routes6 }}
       {{ $subnet | quote }}: {{ $route | quote }}