Skip to content

Commit

Permalink
Update driver name and topology key
Browse files Browse the repository at this point in the history
Fixes: #104
  • Loading branch information
Cheng Pan committed Nov 13, 2018
1 parent 585f739 commit b7a769f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
)

const (
driverName = "com.amazon.aws.csi.ebs"
topologyKey = driverName + "/zone"
driverName = "ebs.csi.aws.com"
topologyKey = "topology." + driverName + "/zone"
)

var (
Expand Down

0 comments on commit b7a769f

Please sign in to comment.