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