We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f75d10 + a392299 commit decf99fCopy full SHA for decf99f
1 file changed
pkg/environment/config.go
@@ -39,8 +39,8 @@ type Config struct {
39
BinRepo string `json:"bin_repo"`
40
GeoipURLs []string `json:"geoip_urls"`
41
42
- HubURL []string `json:"hub_url"`
43
- V4HubURL []string `json:"v4_hub_url"`
+ HubURL []string `json:"hub_urls"`
+ V4HubURL []string `json:"v4_hub_urls"`
44
45
// we should not be supporting flist url or hub storage from zos-config until we can update them on runtime
46
FlistURL string `json:"flist_url"`
0 commit comments