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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/node-exporter/items.py b/bundles/node-exporter/items.py
index 263ac95..02a892f 100644
--- a/bundles/node-exporter/items.py
+++ b/bundles/node-exporter/items.py
@@ -1,6 +1,7 @@
 files = {
     "/etc/deployments/node-exporter/kube.yaml": {
-        "content_type": "text",
+        "content_type": "mako",
+        "context": node.metadata.get("containers")["node-exporter"],
         "source": "kube.yaml",
         "triggers": {"svc_s6rc:node-exporter:restart"},
     },