File tree Expand file tree Collapse file tree
deploy/helm/opensearch-operator/crds
rust/operator-binary/src/framework/builder/pod Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ spec:
290290 type : object
291291 roleGroups :
292292 additionalProperties :
293+ description : Variant of [`stackable_operator::role_utils::GenericProductSpecificCommonConfig`] that implements [`Merge`]
293294 properties :
294295 cliOverrides :
295296 additionalProperties :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pub fn listener_operator_volume_source_builder_build_pvc(
4141 . build_pvc ( pvc_name. to_string ( ) )
4242 . expect (
4343 "should return a PersistentVolumeClaim, because the only check is that \
44- listener_reference is a valid annotation value and there are no restrictions on single \
45- annotation values",
44+ listener_reference is a valid annotation value and there are no restrictions on single \
45+ annotation values",
4646 )
4747}
You can’t perform that action at this time.
0 commit comments