about summary refs log tree commit diff
path: root/bundles/node-exporter/items.py
blob: 263ac9544beb75f7a6548d7d1a4466d184ae722e (plain) (blame)
1
2
3
4
5
6
7
files = {
    "/etc/deployments/node-exporter/kube.yaml": {
        "content_type": "text",
        "source": "kube.yaml",
        "triggers": {"svc_s6rc:node-exporter:restart"},
    },
}