blob: ec3805de32b4914c060a87df1047a7534d5bc251 [file] [log] [blame]
mayankc8f632c2018-01-21 10:08:25 +00001#{{ if not .Values.disablePortalPortalapps }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: portal-onap-portal-sdk-configmap
BorislavG8bfc6cf2018-02-27 15:04:26 +00006 namespace: {{ .Values.nsPrefix }}
mayankc8f632c2018-01-21 10:08:25 +00007data:
8{{ tpl (.Files.Glob "resources/config/portal-fe/webapps/etc/ONAPPORTALSDK/*").AsConfig . | indent 2 }}
9---
10apiVersion: v1
11kind: ConfigMap
12metadata:
13 name: portal-onap-portal-configmap
BorislavG8bfc6cf2018-02-27 15:04:26 +000014 namespace: {{ .Values.nsPrefix }}
mayankc8f632c2018-01-21 10:08:25 +000015data:
16{{ tpl (.Files.Glob "resources/config/portal-fe/webapps/etc/ONAPPORTAL/*").AsConfig . | indent 2 }}
17---
18apiVersion: v1
19kind: ConfigMap
20metadata:
21 name: portal-mariadb-configmap
BorislavG8bfc6cf2018-02-27 15:04:26 +000022 namespace: {{ .Values.nsPrefix }}
mayankc8f632c2018-01-21 10:08:25 +000023data:
24{{ tpl (.Files.Glob "resources/config/mariadb/oom_updates.sql").AsConfig . | indent 2 }}
25#{{ end }}
26---
27#{{ if not .Values.disablePortalPortalwidgets }}
28apiVersion: v1
29kind: ConfigMap
30metadata:
31 name: portal-onapwidgetms-configmap
BorislavG8bfc6cf2018-02-27 15:04:26 +000032 namespace: {{ .Values.nsPrefix }}
mayankc8f632c2018-01-21 10:08:25 +000033data:
34{{ tpl (.Files.Glob "resources/config/portal-fe/webapps/etc/ONAPWIDGETMS/application.properties").AsConfig . | indent 2 }}
35#{{ end }}