Skip to content

Commit 5071be8

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-operator/src/cluster_resources.rs
Co-authored-by: Techassi <[email protected]>
1 parent 4873ac2 commit 5071be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/cluster_resources.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ impl ClusterResources {
580580

581581
let mut mutated = resource.maybe_mutate(&self.apply_strategy);
582582

583-
// We apply the object overrides of the user at the very last to offer maximum flexibility.
583+
// We apply the object overrides of the user at the very end to offer maximum flexibility.
584584
apply_patches(&mut mutated, self.object_overrides.clone())
585585
.context(ApplyObjectOverridesSnafu)?;
586586

0 commit comments

Comments
 (0)