Skip to content

Commit

Permalink
fixup! Parse custom zone mapping information
Browse files Browse the repository at this point in the history
  • Loading branch information
remyrd committed Jan 24, 2024
1 parent 4e46fa9 commit ca28070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func getExoscaleNodeMetadata() (*nodeMetadata, error) {
return nil, fmt.Errorf("node meta data Instance ID %s: %w", node.Spec.ProviderID, err)
}

zonesToURL := map[string]v3.URL{}
var zonesToURL map[string]v3.URL

customZonesStr := os.Getenv("ZONE_TO_URL")
if customZonesStr != "" {
Expand Down

0 comments on commit ca28070

Please sign in to comment.