Skip to content

Commit

Permalink
Default dispatcher label (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko authored Oct 17, 2024
1 parent 6f5dfc6 commit 7e9046e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb2workflow/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def build_with_kaniko(self,
cleanup: bool = True,
nb2wversion=version(print_it=False),
kaniko_pod_antiaffinity=True,
dispatcher_app_label='oda-dispatcher',
dispatcher_app_label='dispatcher',
frontend_app_label='frontend') -> dict:

#secret should be created beforehand https://github.com/GoogleContainerTools/kaniko#pushing-to-docker-hub
Expand Down

0 comments on commit 7e9046e

Please sign in to comment.