Moving dev back to LF Gerrit
[it/dep.git] / ric-common / Common-Template / helm / ric-common / templates / _ingresscontroller.tpl
index 96858a9..2d75ee7 100644 (file)
   {{- end -}}
 {{- end -}}
 
-
-{{- define "common.ingressurl.helm" -}}
+{{- define "common.ingressurl.dashboard" -}}
   {{- if .Values.global -}}
     {{- if .Values.global.ingressurl -}}
-      {{- if .Values.global.ingressurl.helm -}}
-        {{- printf "%s" .Values.global.ingressurl.helm -}}
+      {{- if .Values.global.ingressurl.dashboard -}}
+        {{- printf "%s" .Values.global.ingressurl.dashboard -}}
       {{- else -}}
-        {{- printf "helm-entry" -}}
+        {{- printf "dashboard-entry" -}}
       {{- end -}}
     {{- else -}}
-      {{- printf "helm-entry" -}}
+      {{- printf "dashboard-entry" -}}
     {{- end -}}
   {{- else -}}
-    {{- printf "helm-entry" -}}
+    {{- printf "dashboard-entry" -}}
   {{- end -}}
 {{- end -}}
 
 
-
-
-
-
 ####################### Ingress Controller Ports ###########################################
 ## Currently the below values are hard-coded due to the fact that kong ingress controller  #
 ## helm charts are not using this common template. We need to make sure that these values  #