Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / examples / collectd / cpu_collectdplugin_cr.yaml
1 apiVersion: onap.org/v1alpha1
2 kind: CollectdPlugin
3 metadata:
4   name: cpu
5 spec:
6   # Add fields here
7   pluginName: cpu
8   pluginConf: |
9     <Plugin "cpu">
10       Interval 5
11       ReportByState false
12       ReportByCpu false
13     </Plugin>