Merge "Adding Beijing Documentation"
[oom.git] / kubernetes / dgbuilder / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ include "common.fullname" . }}-config
5   namespace: {{ include "common.namespace" . }}
6 data:
7 {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
8 ---
9 apiVersion: v1
10 kind: ConfigMap
11 metadata:
12   name: {{ include "common.fullname" . }}-scripts
13   namespace: {{ include "common.namespace" . }}
14 data:
15 {{ tpl (.Files.Glob "resources/scripts/*").AsConfig . | indent 2 }}