We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4554c1c commit 639d2d1Copy full SHA for 639d2d1
agent-control/src/values/yaml_config_repository.rs
@@ -35,7 +35,7 @@ pub trait YAMLConfigRepository: Send + Sync + 'static {
35
}
36
37
/// Looks for remote configs first, if unavailable checks the local ones.
38
-/// If none is found, it fallbacks to the empty default values.
+/// It returns an error if no configuration is found.
39
pub fn load_remote_fallback_local<R: YAMLConfigRepository>(
40
config_repository: &R,
41
agent_id: &AgentID,
0 commit comments