Skip to content

Commit

Permalink
fix: propagate space url to upgrade job env (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
hysyeah committed Dec 5, 2024
1 parent c16e30e commit a0719d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/apiserver/handler_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ func (h *Handler) upgrade(req *restful.Request, resp *restful.Response) {
Name: "dev_mode",
Value: mode,
},
{
Name: "OLARES_SPACE_URL",
Value: os.Getenv("OLARES_SPACE_URL"),
},
},
}, // container 1
}, // end containers
Expand Down

0 comments on commit a0719d5

Please sign in to comment.