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