aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml')
-rw-r--r--vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml b/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml
deleted file mode 100644
index 60dec7c4..00000000
--- a/vnfs/DAaaS/microservices/collectd-operator/deploy/crds/collectdglobal.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-apiVersion: onap.org/v1alpha1
-kind: CollectdGlobal
-metadata:
- name: example-collectdglobal
-spec:
- # Add fields here
- globalOptions: |
- BaseDir "/opt/collectd/var/lib/collectd"
- PIDFile "/opt/collectd/var/run/collectd.pid"
- PluginDir "/opt/collectd/lib/collectd"
- TypesDB "/opt/collectd/share/collectd/types.db"
- TypesDB "/opt/collectd/share/collectd/vcmts.types.db"
- #Hostname "localhost"
- Interval 1
- configMap: typesdb-configmap