4d4a2a93062770f2b0a6c87001c0e2f8061d4099
[it/dep.git] / smo-install / oran_oom / topology-server / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ .Values.vnf_name }}-configmap
5   labels:
6     vnf-name: {{ .Values.vnf_name }}
7     release: {{ .Release.Name }}
8     chart: {{ .Chart.Name }}
9 data:
10 {{ tpl (.Files.Glob "resources/config/*.{json,xml}").AsConfig . | indent 2 }}