Skip to content

Commit eb14740

Browse files
chore: Regenerate charts
1 parent 68afc57 commit eb14740

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

  • deploy/helm/opensearch-operator/crds
  • rust/operator-binary/src/framework/builder/pod

deploy/helm/opensearch-operator/crds/crds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

rust/operator-binary/src/framework/builder/pod/volume.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)