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 a46cada commit 058a828Copy full SHA for 058a828
crates/stackable-operator/src/cluster_resources.rs
@@ -89,9 +89,6 @@ pub enum Error {
89
source: Box<crate::client::Error>,
90
},
91
92
- #[snafu(display("failed to parse user-provided object overrides"))]
93
- ParseObjectOverrides { source: patchinator::Error },
94
-
95
#[snafu(display("failed to apply user-provided object overrides"))]
96
ApplyObjectOverrides { source: patchinator::Error },
97
}
0 commit comments