From 1add898a3c69b14c565d28c7969d14e55431a410 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Thu, 6 Apr 2023 17:12:15 +0200 Subject: [PATCH] Cni daemon config does not need shim socket path (#1059) * config, daemon: shim socket path is not needed The shim socket dir attribute is only required for the shim (cni configuration). Thus, it can be removed from the daemon configuration. Signed-off-by: Miguel Duarte Barroso * config, daemon: rename socket dir attribute Now the socketDir parameter no longer stutters. Signed-off-by: Miguel Duarte Barroso --------- Signed-off-by: Miguel Duarte Barroso