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 4873ac2 commit 5071be8Copy full SHA for 5071be8
crates/stackable-operator/src/cluster_resources.rs
@@ -580,7 +580,7 @@ impl ClusterResources {
580
581
let mut mutated = resource.maybe_mutate(&self.apply_strategy);
582
583
- // We apply the object overrides of the user at the very last to offer maximum flexibility.
+ // We apply the object overrides of the user at the very end to offer maximum flexibility.
584
apply_patches(&mut mutated, self.object_overrides.clone())
585
.context(ApplyObjectOverridesSnafu)?;
586
0 commit comments