Skip to content

Commit

Permalink
volumes should be properly set (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq authored Jun 3, 2021
1 parent f643a6c commit 70fdf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func toCoreAddNodeOptions(b *pb.AddNodeOptions) *types.AddNodeOptions {
Labels: b.Labels,
Numa: b.Numa,
NumaMemory: b.NumaMemory,
Volume: types.VolumeMap{},
Volume: b.VolumeMap,
}
return r
}
Expand Down

0 comments on commit 70fdf34

Please sign in to comment.