Skip to content

Commit 7d0981a

Browse files
Update rust/operator-binary/src/controller/build/role_group_builder.rs
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 469ae27 commit 7d0981a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/build/role_group_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl<'a> RoleGroupBuilder<'a> {
131131
&self
132132
.recommended_labels(ProductVersion::from_str("none").expect("version is supplied")),
133133
)
134-
.expect("should be a listener group name")
134+
.expect("should return Ok independent of the given parameters")
135135
.build_pvc(LISTENER_VOLUME_NAME.to_string())
136136
.expect("should be a valid annotation");
137137

0 commit comments

Comments
 (0)