Skip to content

Commit

Permalink
add toleration method
Browse files Browse the repository at this point in the history
  • Loading branch information
marekliszka committed Apr 3, 2023
1 parent 9685db1 commit 58c7c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeluigi/__init__.py
Expand Up @@ -25,7 +25,7 @@
class KubernetesJobTask:

volumes: List[AttachableVolume] = []
tolerations: List[V1Toleration]
tolerations: List[V1Toleration] = []

def _init_task_metadata(self):
self.uu_name = self.name
Expand Down

0 comments on commit 58c7c53

Please sign in to comment.