DAaaS: enhance collectd to be more configurable
[demo.git] / vnfs / DAaaS / deploy / collection / charts / collectd / templates / configmap.yaml
index 5f5dde0..26d0fb5 100644 (file)
@@ -23,5 +23,4 @@ metadata:
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
 data:
-  node-collectd.conf: |-
-  {{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
+  {{- tpl (.Files.Glob "resources/*").AsConfig . | nindent 2 }}