about summary refs log tree commit diff
path: root/bundles/node-exporter/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/node-exporter/items.py')
-rw-r--r--bundles/node-exporter/items.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/node-exporter/items.py b/bundles/node-exporter/items.py
new file mode 100644
index 0000000..263ac95
--- /dev/null
+++ b/bundles/node-exporter/items.py
@@ -0,0 +1,7 @@
+files = {
+    "/etc/deployments/node-exporter/kube.yaml": {
+        "content_type": "text",
+        "source": "kube.yaml",
+        "triggers": {"svc_s6rc:node-exporter:restart"},
+    },
+}