Skip to content

Commit

Permalink
Fix CRIO PidsLimit json tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells committed Oct 23, 2020
1 parent 6c8bd9b commit 8d95dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/container-runtime-config/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type tomlConfigCRIOLogLevel struct {
type tomlConfigCRIOPidsLimit struct {
Crio struct {
Runtime struct {
PidsLimit int64 `toml:"pids_limit,omitemtpy"`
PidsLimit int64 `toml:"pids_limit,omitempty"`
} `toml:"runtime"`
} `toml:"crio"`
}
Expand Down

0 comments on commit 8d95dab

Please sign in to comment.