Commit 1addc93e authored by Mark Beierl's avatar Mark Beierl
Browse files

Making main async



The initializers for Helm attempt to schedule tasks in the event loop,
but now that we are not starting one explicitly and passing it around,
we need to have a loop already started at the time of constructor.

By making start() async, there is a running loop, and functions like
k8s_helm_conn.py (~ #81) can call asyncio.create_task

Change-Id: Ia4bf25bd5060dc27f07e63c7395dae3a88247a0e
Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
parent e789898a
Pipeline #10816 passed with stage
in 3 minutes and 52 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment