Skip to content

Commit 87585ae

Browse files
Add security modes to the role group builder
1 parent 63fbded commit 87585ae

2 files changed

Lines changed: 176 additions & 135 deletions

File tree

rust/operator-binary/src/controller/build/role_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl<'a> RoleBuilder<'a> {
6767
.map(|(role_group_name, role_group_config)| {
6868
RoleGroupBuilder::new(
6969
self.resource_names.service_account_name(),
70-
self.cluster.clone(),
70+
&self.cluster,
7171
role_group_name.clone(),
7272
role_group_config.clone(),
7373
self.context_names,

0 commit comments

Comments
 (0)