Skip to content

Commit 728eb61

Browse files
committed
fixup: image-builder
1 parent b846780 commit 728eb61

File tree

1 file changed

+1
-1
lines changed
  • components/image-builder-mk3/pkg/orchestrator

1 file changed

+1
-1
lines changed

components/image-builder-mk3/pkg/orchestrator/monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func extractBuildStatus(status *wsmanapi.WorkspaceStatus) *api.BuildInfo {
205205
StartedAt: status.Metadata.StartedAt.Seconds,
206206
}
207207

208-
wsUrl := status.Metadata.Annotations[kubernetes.WorkspaceURLAnnotation]
208+
wsUrl := status.Spec.Url
209209
if wsUrl != "" {
210210
info.LogUrl = wsUrl
211211
info.LogUrlExtraHeaders = map[string]string{

0 commit comments

Comments
 (0)