We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b052b3 commit d37e3a7Copy full SHA for d37e3a7
rust/operator-binary/src/history/history_controller.rs
@@ -203,7 +203,7 @@ pub enum Error {
203
source: error_boundary::InvalidObject,
204
},
205
206
- #[snafu(display("failed to merge env"))]
+ #[snafu(display("failed to merge environment config and/or overrides"))]
207
MergeEnv { source: crate::crd::history::Error },
208
}
209
0 commit comments