Skip to content

Commit

Permalink
fix(userspace/falco): use container_engines.cri.sockets in load_yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Zayaan Moez <[email protected]>
  • Loading branch information
zayaanmoez authored and poiana committed Jan 17, 2025
1 parent c9e7047 commit 77b8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ void falco_configuration::load_yaml(const std::string &config_name) {
m_container_engines_mask |= ((1 << CT_CRI) | (1 << CT_CRIO) | (1 << CT_CONTAINERD));
m_container_engines_cri_socket_paths.clear();
m_config.get_sequence<std::vector<std::string>>(m_container_engines_cri_socket_paths,
"container_engines.cri.cri");
"container_engines.cri.sockets");
m_container_engines_disable_cri_async =
m_config.get_scalar<bool>("container_engines.cri.disable-cri-async", false);
}
Expand Down

0 comments on commit 77b8355

Please sign in to comment.