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 7bce0dd commit ed1a1c7Copy full SHA for ed1a1c7
rust/operator-binary/src/superset_controller.rs
@@ -889,7 +889,7 @@ fn build_server_rolegroup_statefulset(
889
&unversioned_recommended_labels,
890
)
891
.context(BuildListenerVolumeSnafu)?
892
- .build_pvc(LISTENER_VOLUME_NAME.to_string())
+ .build_pvc(LISTENER_VOLUME_NAME.to_owned())
893
.context(BuildListenerVolumeSnafu)?;
894
895
superset_cb
0 commit comments