Skip to content

Commit

Permalink
Merge pull request #72 from kubevirt-bot/cherry-pick-71-to-release-v0.4
Browse files Browse the repository at this point in the history
[release-v0.4] Missed one location for the revert back to string.
  • Loading branch information
awels authored May 26, 2020
2 parents c8e6838 + b63b23c commit 794abe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func CreateCRDDef() *extv1beta1.CustomResourceDefinition {
},
"useNamingPrefix": {
Description: "Indicates whether the name of the requesting PVC is included in the directory name when dynamically provisioning a PV",
Type: "boolean",
Type: "string",
},
},
Type: "object",
Expand Down

0 comments on commit 794abe2

Please sign in to comment.