diff options
Diffstat (limited to 'bundles/immich/items.py')
| -rw-r--r-- | bundles/immich/items.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/immich/items.py b/bundles/immich/items.py index 450027c..2e67eb3 100644 --- a/bundles/immich/items.py +++ b/bundles/immich/items.py @@ -1,5 +1,7 @@ files = { "/etc/deployments/immich/kube.yaml": { + "content_type": "mako", + "context": node.metadata.get("containers")["immich"], "triggers": {"svc_s6rc:immich:restart"}, }, "/etc/deployments/immich/secret.yaml": { |