Skip to content

Commit

Permalink
Add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Nov 3, 2023
1 parent 09820da commit 43ba800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binderhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ba800

Please sign in to comment.