mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 19:44:27 +01:00
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:
@@ -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",
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user