Skip to content

Commit

Permalink
Initialize KubernetesClusterRepository watcher_kubeconfig_paths the s…
Browse files Browse the repository at this point in the history
…ame as KubernetsCluster and correct typing
  • Loading branch information
jfongatyelp committed Jul 11, 2024
1 parent 76ad701 commit 29a3ce4
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 @@ -624,7 +624,7 @@ class KubernetesClusterRepository:
kubeconfig_path: Optional[str] = None
pod_launch_timeout: Optional[int] = None
default_volumes: Optional[List[ConfigVolume]] = None
watcher_kubeconfig_paths: Optional[Collection[str]] = ()
watcher_kubeconfig_paths: Optional[List[str]] = None

# metadata config
clusters: Dict[str, KubernetesCluster] = {}
Expand Down

0 comments on commit 29a3ce4

Please sign in to comment.