diff --git a/binderhub-azimuth/values.yaml b/binderhub-azimuth/values.yaml index e1102dee..e5ad2ba1 100644 --- a/binderhub-azimuth/values.yaml +++ b/binderhub-azimuth/values.yaml @@ -243,6 +243,8 @@ binderhub: import asyncio from kubernetes_asyncio import client, config + print(__name__) + async def main(): config.load_incluster_config() # use the context manager to close http sessions automatically