Skip to content

Commit

Permalink
Adding new zones to Azure (#1092)
Browse files Browse the repository at this point in the history
Adding new zones to region koreacentral

Co-authored-by: Pavan Navarathna <pavan@kasten.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 22, 2021
1 parent 049fcaf commit 86ec484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "korea":
return nil, nil
case "koreacentral":
return nil, nil
return []string{"koreacentral-1", "koreacentral-2", "koreacentral-3"}, nil
case "koreasouth":
return nil, nil
case "northcentralus":
Expand Down

0 comments on commit 86ec484

Please sign in to comment.