Skip to content

Commit

Permalink
More type fixes for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jfongatyelp committed Jul 11, 2024
1 parent 29a3ce4 commit 1d0b396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def __init__(
self.enabled = enabled
self.default_volumes: Optional[List[ConfigVolume]] = default_volumes or []
self.pod_launch_timeout = pod_launch_timeout or DEFAULT_POD_LAUNCH_TIMEOUT_S
self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or ()
self.watcher_kubeconfig_paths = watcher_kubeconfig_paths or []
# creating a task_proc executor has a couple steps:
# * create a TaskProcessor
# * load the desired plugin (in this case, the k8s one)
Expand Down

0 comments on commit 1d0b396

Please sign in to comment.