blob: 94e359dce7691b1478ebff04ee65500965c0a878 [file] [log] [blame]
vaibhav_16dec0947cdf2018-01-17 15:40:59 +00001#{{ if not .Values.disableRobot }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: robot-eteshare-configmap
6 namespace: {{ .Values.nsPrefix }}
7data:
8{{ tpl (.Files.Glob "resources/config/eteshare/config/*").AsConfig . | indent 2 }}
9---
10apiVersion: v1
11kind: ConfigMap
12metadata:
13 name: robot-resources-configmap
14 namespace: {{ .Values.nsPrefix }}
15data:
16{{ tpl (.Files.Glob "resources/config/robot/resources/*").AsConfig . | indent 2 }}
17---
18apiVersion: v1
19kind: ConfigMap
20metadata:
21 name: lighttpd-authorization-configmap
22 namespace: {{ .Values.nsPrefix }}
23data:
24{{ tpl (.Files.Glob "resources/config/authorization").AsConfig . | indent 2 }}
25#{{ end }}