Gitiles
Code Review
Sign In
gerrit.opencord.org
/
helm-charts
/
b2d061fd6ffa10f532e6a5cafa3b588efe5bb519
/
.
/
nem-monitoring
/
templates
/
exporter-configmap.yaml
blob: 6107f7ed2798ce029440cdc81b31dbb8acea6ff9 [
file
] [
log
] [
blame
]
{{
-
if .Values.kpi_exporter.enabled }}
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
{{ template
"kpi-exporter.fullname"
. }}
data:
conf.
yaml:
|
{{ include
"exporter.config"
.
|
indent 4 }}
{{
-
end }}