Skip to content

Commit 8d838f0

Browse files
Update rust/stackable-cockpit/src/platform/operator/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 3019ae3 commit 8d838f0

File tree

1 file changed

+1
-1
lines changed
  • rust/stackable-cockpit/src/platform/operator

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/platform/operator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ impl OperatorSpec {
214214
if self.name == "listener" {
215215
helm_values = Some(
216216
LISTENER_CLASS_PRESET.get()
217-
.expect("At this point LISTENER_OPERATOR_PRESET must be set by determine_and_store_listener_operator_preset")
217+
.expect("At this point LISTENER_CLASS_PRESET must be set by determine_and_store_listener_class_preset")
218218
.as_helm_values()
219219
);
220220
};

0 commit comments

Comments
 (0)