Skip to content

Commit 69e294f

Browse files
authored
Add extra subdomain piece (#11)
1 parent 1e2abff commit 69e294f

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
@@ -29,11 +29,11 @@
2929
ocp_subsystem["access_urls"] = [
3030
{
3131
"title": "Web Console",
32-
"url": f"https://console-openshift-console.apps.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
32+
"url": f"https://console-openshift-console.apps.cluster-{engagement['ocp_sub_domain']}.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
3333
},
3434
{
3535
"title": "API",
36-
"url": f"https://api.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
36+
"url": f"https://api.cluster-{engagement['ocp_sub_domain']}.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
3737
}
3838
]
3939

0 commit comments

Comments
 (0)