X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Ftemplates%2Fconfigmap.yaml;h=a7bb6b5cc46124979a6d2b32254f4f17d29a5dda;hb=a062bd8f6a9ea64763250da8f23a4617620da5a7;hp=9c91f7d02483459df2bf64f1019d177d4d69a836;hpb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/templates/configmap.yaml b/nonrtric/helm/policymanagementservice/templates/configmap.yaml index 9c91f7d0..a7bb6b5c 100644 --- a/nonrtric/helm/policymanagementservice/templates/configmap.yaml +++ b/nonrtric/helm/policymanagementservice/templates/configmap.yaml @@ -1,5 +1,6 @@ ################################################################################ -# Copyright (c) 2020 Nordix Foundation. # +# Copyright (c) 2020-2023 Nordix Foundation. # +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -18,7 +19,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "common.name.policymanagementservice" . }}-configmap-config + name: {{ include "common.name.policymanagementservice" . }}-configmap-application-yaml namespace: {{ include "common.namespace.nonrtric" . }} labels: app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.policymanagementservice" . }} @@ -31,7 +32,7 @@ data: apiVersion: v1 kind: ConfigMap metadata: - name: {{ include "common.name.policymanagementservice" . }}-configmap-data + name: {{ include "common.name.policymanagementservice" . }}-configmap-application-json-configuration namespace: {{ include "common.namespace.nonrtric" . }} labels: app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.policymanagementservice" . }}