Skip to content

Commit

Permalink
Feature/kube event listener (#114)
Browse files Browse the repository at this point in the history
* Adding event listener to update app statuses in Serve
  • Loading branch information
sandstromviktor authored Dec 15, 2023
1 parent d2cf444 commit 321d147
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 207 deletions.
2 changes: 1 addition & 1 deletion apps/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def delete(options):

def deploy(options):
print("STARTING DEPLOY FROM CONTROLLER")
_ = os.environ["BASE_PATH"]

app = Apps.objects.get(slug=options["app_slug"], revision=options["app_revision"])
if app.chart_archive and app.chart_archive != "":
try:
Expand Down
Loading

0 comments on commit 321d147

Please sign in to comment.