| #{{ if not .Values.disableRobot }} |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: robot-eteshare-configmap |
| namespace: {{ .Values.nsPrefix }} |
| data: |
| {{ tpl (.Files.Glob "resources/config/eteshare/config/*").AsConfig . | indent 2 }} |
| --- |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: robot-resources-configmap |
| namespace: {{ .Values.nsPrefix }} |
| data: |
| {{ tpl (.Files.Glob "resources/config/robot/resources/*").AsConfig . | indent 2 }} |
| --- |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: lighttpd-authorization-configmap |
| namespace: {{ .Values.nsPrefix }} |
| data: |
| {{ tpl (.Files.Glob "resources/config/authorization").AsConfig . | indent 2 }} |
| #{{ end }} |