about summary refs log tree commit diff
path: root/bundles/node-exporter/items.py
blob: 02a892fec7af6300216d4f2119e2ed53d48ee1c6 (plain) (blame)
1
2
3
4
5
6
7
8
files = {
    "/etc/deployments/node-exporter/kube.yaml": {
        "content_type": "mako",
        "context": node.metadata.get("containers")["node-exporter"],
        "source": "kube.yaml",
        "triggers": {"svc_s6rc:node-exporter:restart"},
    },
}