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