Add Helm Chart "template" Starter
[oom.git] / kubernetes / helm / starters / onap-app / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ include "common.fullname" . }}-configmap
5   namespace: {{ include "common.namespace" . }}
6 data:
7 {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}