X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fservicemanager%2Ftemplates%2Fconfigmap.yaml;fp=nonrtric%2Fhelm%2Fservicemanager%2Ftemplates%2Fconfigmap.yaml;h=746b03991bbd67cd071469b007f86077ed463f59;hb=b4dae855955956dc8b38a1ccaa4870320145207d;hp=0000000000000000000000000000000000000000;hpb=2bb0899010fad78a7cf2eca80ac19208580a63b6;p=it%2Fdep.git diff --git a/nonrtric/helm/servicemanager/templates/configmap.yaml b/nonrtric/helm/servicemanager/templates/configmap.yaml new file mode 100644 index 00000000..746b0399 --- /dev/null +++ b/nonrtric/helm/servicemanager/templates/configmap.yaml @@ -0,0 +1,24 @@ +################################################################################ +# Copyright (c) 2024 OpenInfra Foundation Europe. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +################################################################################ +apiVersion: v1 +kind: ConfigMap +metadata: + name: servicemanager-configmap +data: +{{- range $key, $value := .Values.data }} + {{ $key }}: | +{{ $value | indent 4 }} +{{- end }}