Skip to content

Commit 5446a9e

Browse files
committed
Update default cri-o config mode to 'config' instead of 'hook'
Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent b3ce3a4 commit 5446a9e

File tree

1 file changed

+1
-1
lines changed
  • cmd/nvidia-ctk-installer/container/runtime/crio

1 file changed

+1
-1
lines changed

cmd/nvidia-ctk-installer/container/runtime/crio/crio.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
const (
3636
Name = "crio"
3737

38-
defaultConfigMode = "hook"
38+
defaultConfigMode = "config"
3939

4040
// Hook-based settings
4141
defaultHooksDir = "/usr/share/containers/oci/hooks.d"

0 commit comments

Comments
 (0)