Merge "Upgrade A1 Mediator image tag to 2.1.8"
authorLusheng Ji <lji@research.att.com>
Wed, 6 May 2020 19:36:01 +0000 (19:36 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 6 May 2020 19:36:01 +0000 (19:36 +0000)
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 }}