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