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 3019ae3 commit 8d838f0Copy full SHA for 8d838f0
rust/stackable-cockpit/src/platform/operator/mod.rs
@@ -214,7 +214,7 @@ impl OperatorSpec {
214
if self.name == "listener" {
215
helm_values = Some(
216
LISTENER_CLASS_PRESET.get()
217
- .expect("At this point LISTENER_OPERATOR_PRESET must be set by determine_and_store_listener_operator_preset")
+ .expect("At this point LISTENER_CLASS_PRESET must be set by determine_and_store_listener_class_preset")
218
.as_helm_values()
219
);
220
};
0 commit comments