Merge "Bug 1000: Fix authentication when deleting service"
diff --git a/n2vc/k8s_helm_conn.py b/n2vc/k8s_helm_conn.py
index 7ad1166..9ce992f 100644
--- a/n2vc/k8s_helm_conn.py
+++ b/n2vc/k8s_helm_conn.py
@@ -1121,6 +1121,8 @@
 
             return output, return_code
 
+        except asyncio.CancelledError:
+            raise
         except K8sException:
             raise
         except Exception as e: