Skip to content

Commit 082ca72

Browse files
committed
Add access url templates
1 parent b92224c commit 082ca72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-status/write_status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
ocp_subsystem["updated"] = str(datetime.datetime.utcnow().replace(tzinfo=datetime.timezone.utc, microsecond=0).isoformat())
3131
ocp_subsystem["access_urls"] = [
3232
{
33-
"Web Console": ""
33+
"Web Console": f"https://console-openshift-console.apps.{engagement['ocp_sub_domain']}.{context["ocp_base_url"]}"
3434
},
3535
{
36-
"API": ""
36+
"API": f"https://api.{engagement['ocp_sub_domain']}.{context["ocp_base_url"]}:6443"
3737
}
3838
]
3939

0 commit comments

Comments
 (0)