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 b846780 commit 728eb61Copy full SHA for 728eb61
components/image-builder-mk3/pkg/orchestrator/monitor.go
@@ -205,7 +205,7 @@ func extractBuildStatus(status *wsmanapi.WorkspaceStatus) *api.BuildInfo {
205
StartedAt: status.Metadata.StartedAt.Seconds,
206
}
207
208
- wsUrl := status.Metadata.Annotations[kubernetes.WorkspaceURLAnnotation]
+ wsUrl := status.Spec.Url
209
if wsUrl != "" {
210
info.LogUrl = wsUrl
211
info.LogUrlExtraHeaders = map[string]string{
0 commit comments