X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-common%2FCommon-Template%2Fhelm%2Fnonrtric-common%2Ftemplates%2F_informationservice.tpl;fp=ric-common%2FCommon-Template%2Fhelm%2Fnonrtric-common%2Ftemplates%2F_enrichmentservice.tpl;h=5796e537afad175a2b32a7a5b82bc43da32d68e5;hb=326fd8c271cde82ade05d81b77859a002eecd33b;hp=c80cf2e58e751cec5a64c09003a57ea66ce34dd1;hpb=979de8747c7fb63438a350fb5631494bc87b485b;p=it%2Fdep.git diff --git a/ric-common/Common-Template/helm/nonrtric-common/templates/_enrichmentservice.tpl b/ric-common/Common-Template/helm/nonrtric-common/templates/_informationservice.tpl similarity index 86% rename from ric-common/Common-Template/helm/nonrtric-common/templates/_enrichmentservice.tpl rename to ric-common/Common-Template/helm/nonrtric-common/templates/_informationservice.tpl index c80cf2e5..5796e537 100644 --- a/ric-common/Common-Template/helm/nonrtric-common/templates/_enrichmentservice.tpl +++ b/ric-common/Common-Template/helm/nonrtric-common/templates/_informationservice.tpl @@ -14,11 +14,11 @@ # 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 -}}