mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00: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:
parent
b86ab5aa21
commit
80860478bf
@ -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",
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user