Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1429 from yevhenvolchenko/patch-1
Browse files Browse the repository at this point in the history
[BUG] pkg/driver/controller.go uses ToLower
  • Loading branch information
k8s-ci-robot authored Oct 14, 2022
2 parents 82def39 + 8fbe47d commit ee0a9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
PVNameKey = "csi.storage.k8s.io/pv/name"

// BlockExpressKey increases the iops limit for io2 volumes to the block express limit
BlockExpressKey = "blockExpress"
BlockExpressKey = "blockexpress"

// TagKeyPrefix contains the prefix of a volume parameter that designates it as
// a tag to be attached to the resource
Expand Down

0 comments on commit ee0a9c4

Please sign in to comment.