Skip to content

Commit

Permalink
Merge pull request eksctl-io#174 from leakingtapan/rename-key
Browse files Browse the repository at this point in the history
Rename VolumeNameTagKey
  • Loading branch information
Cheng Pan authored Jan 9, 2019
2 parents 48556f7 + 76de40d commit a282418
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 a282418

Please sign in to comment.