Skip to content

Commit c219c2a

Browse files
Update crates/stackable-operator/src/commons/rbac.rs
Co-authored-by: Natalie Klestrup Röijezon <nat.roijezon@stackable.tech>
1 parent eaefb1a commit c219c2a

File tree

1 file changed

+1
-0
lines changed
  • crates/stackable-operator/src/commons

1 file changed

+1
-0
lines changed

crates/stackable-operator/src/commons/rbac.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub fn build_rbac_resources<T: Clone + Resource<DynamicType = ()>>(
4545
let sa_name = service_account_name(&resource.name_any());
4646
// We add the legacy serviceAccount name to the binding here for at least one
4747
// release cycle, so that the switchover during the upgrade can be smoother.
48+
// To be removed in v24.3+1.
4849
let legacy_sa_name = service_account_name(product_name);
4950
let service_account = ServiceAccount {
5051
metadata: ObjectMetaBuilder::new()

0 commit comments

Comments
 (0)