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