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 eaefb1a commit c219c2aCopy full SHA for c219c2a
crates/stackable-operator/src/commons/rbac.rs
@@ -45,6 +45,7 @@ pub fn build_rbac_resources<T: Clone + Resource<DynamicType = ()>>(
45
let sa_name = service_account_name(&resource.name_any());
46
// We add the legacy serviceAccount name to the binding here for at least one
47
// release cycle, so that the switchover during the upgrade can be smoother.
48
+ // To be removed in v24.3+1.
49
let legacy_sa_name = service_account_name(product_name);
50
let service_account = ServiceAccount {
51
metadata: ObjectMetaBuilder::new()
0 commit comments