diff options
Diffstat (limited to 'bundles/minecraft/items.py')
| -rw-r--r-- | bundles/minecraft/items.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/minecraft/items.py b/bundles/minecraft/items.py new file mode 100644 index 0000000..d46bcf0 --- /dev/null +++ b/bundles/minecraft/items.py @@ -0,0 +1,7 @@ +files = { + "/etc/deployments/minecraft/kube.yaml": { + "content_type": "text", + "source": "kube.yaml", + "triggers": {"svc_s6rc:minecraft:restart"}, + }, +} |