Skip to content

Commit

Permalink
Merge pull request containers#827 from giuseppe/mount-add-idmap
Browse files Browse the repository at this point in the history
parse: accept idmap
  • Loading branch information
openshift-merge-robot authored Nov 15, 2021
2 parents e31c00b + b8ce155 commit cccc3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func ValidateVolumeOpts(options []string) ([]string, error) {
// are intended to be always safe to use, even not on OS
// X).
continue
case "idmap":
default:
return nil, errors.Errorf("invalid option type %q", opt)
}
Expand Down

0 comments on commit cccc3f1

Please sign in to comment.