X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Finformationservice%2Ftemplates%2Fconfigmap.yaml;fp=nonrtric%2Fhelm%2Fenrichmentservice%2Ftemplates%2Fconfigmap.yaml;h=d8b198def51b750e6df3aad4360e50486cd3da01;hb=326fd8c271cde82ade05d81b77859a002eecd33b;hp=d8e4f895277f6de22b9c4586f49849b71f274dab;hpb=979de8747c7fb63438a350fb5631494bc87b485b;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/templates/configmap.yaml b/nonrtric/helm/informationservice/templates/configmap.yaml similarity index 93% rename from nonrtric/helm/enrichmentservice/templates/configmap.yaml rename to nonrtric/helm/informationservice/templates/configmap.yaml index d8e4f895..d8b198de 100644 --- a/nonrtric/helm/enrichmentservice/templates/configmap.yaml +++ b/nonrtric/helm/informationservice/templates/configmap.yaml @@ -18,10 +18,10 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "common.name.enrichmentservice" . }}-configmap + name: {{ include "common.name.informationservice" . }}-configmap namespace: {{ include "common.namespace.nonrtric" . }} labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.enrichmentservice" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.informationservice" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }}