Skip to content

Commit 1c00e00

Browse files
author
Weidong Sun
committed
fix: empty default snapshotter config for containerd namesapce default snapshotter label
Signed-off-by: Weidong Sun <[email protected]>
1 parent f57f872 commit 1c00e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func New() *Config {
5151
DebugFull: false,
5252
Address: defaults.DefaultAddress,
5353
Namespace: namespaces.Default,
54-
Snapshotter: defaults.DefaultSnapshotter,
54+
Snapshotter: "",
5555
CNIPath: ncdefaults.CNIPath(),
5656
CNINetConfPath: ncdefaults.CNINetConfPath(),
5757
DataRoot: ncdefaults.DataRoot(),

0 commit comments

Comments
 (0)