Skip to content

Commit

Permalink
Make containerd_runtime optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-a412ed committed Mar 31, 2021
1 parent a4f0b37 commit 2959f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var (
hclspec.NewAttr("enabled", "bool", false),
hclspec.NewLiteral("true"),
),
"containerd_runtime": hclspec.NewAttr("containerd_runtime", "string", true),
"containerd_runtime": hclspec.NewAttr("containerd_runtime", "string", false),
"stats_interval": hclspec.NewAttr("stats_interval", "string", false),
"allow_privileged": hclspec.NewDefault(
hclspec.NewAttr("allow_privileged", "bool", false),
Expand Down

0 comments on commit 2959f6b

Please sign in to comment.