Skip to content

Commit 68b5c67

Browse files
committed
fix(userspace/falco): use container_engines.cri.sockets in load_yaml
Signed-off-by: Zayaan Moez <[email protected]>
1 parent c9e7047 commit 68b5c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/falco/configuration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ void falco_configuration::load_yaml(const std::string &config_name) {
701701
m_container_engines_mask |= ((1 << CT_CRI) | (1 << CT_CRIO) | (1 << CT_CONTAINERD));
702702
m_container_engines_cri_socket_paths.clear();
703703
m_config.get_sequence<std::vector<std::string>>(m_container_engines_cri_socket_paths,
704-
"container_engines.cri.cri");
704+
"container_engines.cri.sockets");
705705
m_container_engines_disable_cri_async =
706706
m_config.get_scalar<bool>("container_engines.cri.disable-cri-async", false);
707707
}

0 commit comments

Comments
 (0)