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 66d4ec9 commit c816babCopy full SHA for c816bab
crates/stackable-operator/src/role_utils.rs
@@ -402,7 +402,7 @@ where
402
// Please note that the merge order is different than we normally do!
403
// This is not trivial, as the merge operation is not purely additive (as it is with e.g. `PodTemplateSpec).
404
let mut from_role = from_role.clone();
405
- from_role.try_merge(&operator_generated)?;
+ from_role.try_merge(operator_generated)?;
406
let mut from_role_group = from_role_group.clone();
407
from_role_group.try_merge(&from_role)?;
408
0 commit comments