Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/environment/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ type Config struct {
BinRepo string `json:"bin_repo"`
GeoipURLs []string `json:"geoip_urls"`

HubURL []string `json:"hub_url"`
V4HubURL []string `json:"v4_hub_url"`
HubURL []string `json:"hub_urls"`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

u need to handle this change in bootstrap too

V4HubURL []string `json:"v4_hub_urls"`

// we should not be supporting flist url or hub storage from zos-config until we can update them on runtime
FlistURL string `json:"flist_url"`
Expand Down
Loading