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