Updated helm charts for e-release
[it/dep.git] / ric-common / Common-Template / helm / nonrtric-common / templates / _informationservice.tpl
 #   limitations under the License.                                             #
 ################################################################################
 
-{{- define "common.name.enrichmentservice" -}}
-  {{- printf "enrichmentservice" -}}
+{{- define "common.name.informationservice" -}}
+  {{- printf "informationservice" -}}
 {{- end -}}
 
-{{- define "common.container.enrichmentservice" -}}
-  {{- $name := ( include "common.name.enrichmentservice" . ) -}}
+{{- define "common.container.informationservice" -}}
+  {{- $name := ( include "common.name.informationservice" . ) -}}
   {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}