Skip to content

Commit 6377670

Browse files
sbernauerTechassi
andauthored
Apply suggestions from code review
Co-authored-by: Techassi <[email protected]>
1 parent 7b823df commit 6377670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
- BREAKING: `validation` module now uses typed errors ([#851]).
1515
- Set `checkIncrement` to 5 seconds in Logback config ([#853]).
16-
- Bump to `kube` 0.95.0 and Kubernetes 1.31 ([#867]).
16+
- Bump Rust dependencies and enable Kubernetes 1.31 (via `kube` 0.95.0) ([#867]).
1717

1818
### Fixed
1919

crates/stackable-operator/src/builder/pod/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ impl PodBuilder {
456456
) -> &mut Self {
457457
self.image_pull_secrets
458458
.get_or_insert_with(Vec::new)
459-
.extend(secrets.map(|s| LocalObjectReference { name: s }));
459+
.extend(secrets.map(|name| LocalObjectReference { name }));
460460
self
461461
}
462462

0 commit comments

Comments
 (0)