--- apiVersion: v1 kind: ConfigMap metadata: name: {{ .Release.Name }}-element-web labels: app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/component: matrix-element-web data: {{ tpl (.Files.Glob "element-web/*").AsConfig . | indent 2 }}