5ef9cb5080de6c67b8aeeaac2b2bde87abbe7406
[ric-plt/ric-dep.git] / helm / 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 {{- with index $topCtx.Values.e2term . }}
20
21 {{ if .pizpub.enabled }}
22 apiVersion: v1
23 kind: ConfigMap
24 metadata:
25   name: {{ include "common.configmapname.e2term" $topCtx }}-pizpub-{{ $key }}
26   namespace: {{ include "common.namespace.platform" $topCtx }}
27 data:
28 {{ tpl ($topCtx.Files.Glob "resources/*").AsConfig $topCtx | indent 2 }}
29
30 {{ end }}
31 {{- end }}
32 {{- end }}