X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Ftemplates%2Fconfigmap.yaml;h=0cd9a9888a7283f422be93fdf3e581978a73ecee;hb=7c30e282eda7a481c3cded8377af65d92ccd56ac;hp=87e7edaad18ae0413637cf5dfd3a9d6152f8ef3c;hpb=e35df180b7afa3e2fe403874dc1457142de73181;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/templates/configmap.yaml b/nonrtric/helm/policymanagementservice/templates/configmap.yaml index 87e7edaa..0cd9a988 100644 --- a/nonrtric/helm/policymanagementservice/templates/configmap.yaml +++ b/nonrtric/helm/policymanagementservice/templates/configmap.yaml @@ -18,7 +18,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ .Release.Name }}-policy-configmap + name: {{ include "common.name.policymanagementservice" . }}-configmap namespace: {{ include "common.namespace.nonrtric" . }} labels: app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.policymanagementservice" . }} @@ -26,4 +26,4 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} data: -{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} \ No newline at end of file