blob: 6107f7ed2798ce029440cdc81b31dbb8acea6ff9 [file] [log] [blame]
Hyunsun Moon3ca7ed32019-11-30 18:35:26 -08001{{- if .Values.kpi_exporter.enabled }}
Ganesh Bhure8cc0f352019-07-01 18:12:41 +05302apiVersion: v1
3kind: ConfigMap
4metadata:
Hyunsun Moon3ca7ed32019-11-30 18:35:26 -08005 name: {{ template "kpi-exporter.fullname" . }}
Ganesh Bhure8cc0f352019-07-01 18:12:41 +05306data:
7 conf.yaml: |
Scott Baker2b7dbcc2019-07-03 12:22:12 -07008{{ include "exporter.config" . | indent 4 }}
Hyunsun Moon3ca7ed32019-11-30 18:35:26 -08009{{- end }}