Skip to content

Commit

Permalink
chore: append https to app_link
Browse files Browse the repository at this point in the history
  • Loading branch information
balajisa09 committed Oct 13, 2024
1 parent 2f694ce commit 066b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def parse_app_data(app):
"app_name": app_name,
"argocd_status": app["status"]["health"]["status"],
"last_updated_at": app["status"]["operationState"]["finishedAt"],
"app_link": f"argocd.{captain_domain}/applications/{namespace}/{app_name}",
"app_link": f"https://argocd.{captain_domain}/applications/{namespace}/{app_name}",
}
if "externalURLs" in app["status"].get("summary", {}):
res_app["external_urls"] = app["status"]["summary"]["externalURLs"]
Expand Down

0 comments on commit 066b6a8

Please sign in to comment.