We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2abff commit 69e294fCopy full SHA for 69e294f
generate-status/write_status.py
@@ -29,11 +29,11 @@
29
ocp_subsystem["access_urls"] = [
30
{
31
"title": "Web Console",
32
- "url": f"https://console-openshift-console.apps.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
+ "url": f"https://console-openshift-console.apps.cluster-{engagement['ocp_sub_domain']}.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
33
},
34
35
"title": "API",
36
- "url": f"https://api.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
+ "url": f"https://api.cluster-{engagement['ocp_sub_domain']}.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
37
}
38
]
39
0 commit comments