Skip to content

Commit

Permalink
Rename VolumeNameTagKey
Browse files Browse the repository at this point in the history
Fixes: #161
  • Loading branch information
Cheng Pan committed Jan 8, 2019
1 parent ff1fe8e commit 76de40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const (
// Tags
const (
// VolumeNameTagKey is the key value that refers to the volume's name.
VolumeNameTagKey = "com.amazon.aws.csi.volume"
VolumeNameTagKey = "CSIVolumeName"
)

var (
Expand Down

0 comments on commit 76de40d

Please sign in to comment.