X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2F_genurl.tpl;h=992518b26931162e27447bb2bdaa893fca0c69e9;hb=196ad58ec497f7339f3c964e933233b657189094;hp=1aba1a6d26e590df79b57d37cec8af094bc37c73;hpb=b40448785de1a21c690a4a8c86c9956391dc2b65;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl index 1aba1a6d..992518b2 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/_genurl.tpl @@ -22,8 +22,8 @@ Generate the URLS of the endpoints. {{- define "dashboard.prefix.a1mediator" -}} {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} - {{- if .Values.dashboard.properties.a1med.url.prefix -}} - {{- printf "%s" .Values.dashboard.properties.a1med.url.prefix -}} + {{- if .Values.dashboard.a1med.url.prefix -}} + {{- printf "%s" .Values.dashboard.a1med.url.prefix -}} {{- else -}} {{- printf "http://%s/a1mediator" $ingress -}} {{- end -}} @@ -31,8 +31,8 @@ Generate the URLS of the endpoints. {{- define "dashboard.prefix.anrxapp" -}} {{- $ingress := ( include "common.ingressurl.ricxapp" . ) -}} - {{- if .Values.dashboard.properties.anrxapp.url.prefix -}} - {{- printf "%s" .Values.dashboard.properties.anrxapp.url.prefix -}} + {{- if .Values.dashboard.anrxapp.url.prefix -}} + {{- printf "%s" .Values.dashboard.anrxapp.url.prefix -}} {{- else -}} {{- printf "http://%s/anr" $ingress -}} {{- end -}} @@ -40,8 +40,8 @@ Generate the URLS of the endpoints. {{- define "dashboard.prefix.e2mgr" -}} {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} - {{- if .Values.dashboard.properties.e2mgr.url.prefix -}} - {{- printf "%s" .Values.dashboard.properties.e2mgr.url.prefix -}} + {{- if .Values.dashboard.e2mgr.url.prefix -}} + {{- printf "%s" .Values.dashboard.e2mgr.url.prefix -}} {{- else -}} {{- printf "http://%s/e2mgr" $ingress -}} {{- end -}} @@ -49,8 +49,8 @@ Generate the URLS of the endpoints. {{- define "dashboard.prefix.appmgr" -}} {{- $ingress := ( include "common.ingressurl.ricplt" . ) -}} - {{- if .Values.dashboard.properties.appmgr.url.prefix -}} - {{- printf "%s" .Values.dashboard.properties.appmgr.url.prefix -}} + {{- if .Values.dashboard.appmgr.url.prefix -}} + {{- printf "%s" .Values.dashboard.appmgr.url.prefix -}} {{- else -}} {{- printf "http://%s/appmgr" $ingress -}} {{- end -}}