runtime-rs: Remove the golang config paths

As the configuration files are different, we can safely remove those as
any new installation of the binary should also bring in the new
configurations.

This makes things less error-prone in the future, as we're ensuring that
the rust runtime will only be reading the rust configuration files.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-11-23 10:18:44 +01:00
parent b86ab5aa21
commit 80860478bf

View File

@ -18,11 +18,6 @@ lazy_static! {
"/etc/kata-containers/runtime-rs/configuration.toml",
"/usr/share/defaults/kata-containers/runtime-rs/configuration.toml",
"/opt/kata/share/defaults/kata-containers/runtime-rs/configuration.toml",
// The traditional golang paths
"/etc/kata-containers/configuration.toml",
"/usr/share/defaults/kata-containers/configuration.toml",
"/opt/kata/share/defaults/kata-containers/configuration.toml",
];
}