Skip to content

Commit ed1a1c7

Browse files
adwk67NickLarsenNZ
andauthored
Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
1 parent 7bce0dd commit ed1a1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ fn build_server_rolegroup_statefulset(
889889
&unversioned_recommended_labels,
890890
)
891891
.context(BuildListenerVolumeSnafu)?
892-
.build_pvc(LISTENER_VOLUME_NAME.to_string())
892+
.build_pvc(LISTENER_VOLUME_NAME.to_owned())
893893
.context(BuildListenerVolumeSnafu)?;
894894

895895
superset_cb

0 commit comments

Comments
 (0)