Skip to content

Commit dd16b00

Browse files
committed
merge in the move to the new options type
Signed-off-by: Mike Brown <[email protected]>
1 parent 9144ce9 commit dd16b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cri/config/config_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func DefaultConfig() PluginConfig {
7575
Runtimes: map[string]Runtime{
7676
"runc": {
7777
Type: "io.containerd.runc.v2",
78-
Options: tree,
78+
Options: tree.ToMap(),
7979
},
8080
},
8181
DisableSnapshotAnnotations: true,

0 commit comments

Comments
 (0)