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