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 31cfa31 commit 1b63fb5Copy full SHA for 1b63fb5
generate-status/write_status.py
@@ -28,10 +28,12 @@
28
ocp_subsystem["updated"] = str(datetime.datetime.utcnow().replace(tzinfo=datetime.timezone.utc, microsecond=0).isoformat())
29
ocp_subsystem["access_urls"] = [
30
{
31
- "Web Console": f"https://console-openshift-console.apps.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
+ "title": "Web Console",
32
+ "url": f"https://console-openshift-console.apps.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}"
33
},
34
- "API": f"https://api.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
35
+ "title": "API",
36
+ "url": f"https://api.{engagement['ocp_sub_domain']}.{context['ocp_base_url']}:6443"
37
}
38
]
39
0 commit comments