We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a3ce4 commit 1d0b396Copy full SHA for 1d0b396
tron/kubernetes.py
@@ -287,7 +287,7 @@ def __init__(
287
self.enabled = enabled
288
self.default_volumes: Optional[List[ConfigVolume]] = default_volumes or []
289
self.pod_launch_timeout = pod_launch_timeout or DEFAULT_POD_LAUNCH_TIMEOUT_S
290
- self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or ()
+ self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or []
291
# creating a task_proc executor has a couple steps:
292
# * create a TaskProcessor
293
# * load the desired plugin (in this case, the k8s one)
0 commit comments