Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / e2term / templates / configmap-pizpub.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16 {{- $topCtx :=  . }}
17 {{- range keys .Values.e2term }}
18 {{- $key := . }}
19 {{- $_ := set $topCtx "key" $key }}
20 {{- with index $topCtx.Values.e2term . }}
21
22 {{ if .pizpub.enabled }}
23 ---
24 apiVersion: v1
25 kind: ConfigMap
26 metadata:
27   name: {{ include "common.configmapname.e2term" $topCtx }}-pizpub-{{ $key }}
28   namespace: {{ include "common.namespace.platform" $topCtx }}
29 data:
30 {{ tpl ($topCtx.Files.Glob "resources/*").AsConfig $topCtx | indent 2 }}
31
32 {{ end }}
33 {{- end }}
34 {{- end }}