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