Skip to content

Commit 2df60c3

Browse files
authored
Merge pull request #232 from projectsyn/docs/fix-remaining-role_match_labels
Fix missing parameter name updates in documentation and comments
2 parents c059f6f + 2fef845 commit 2df60c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component/rbac.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local aggregated_rbac = [
5959
// argocd-operator's `CONTROLLER_CLUSTER_ROLE` and `SERVER_CLUSTER_ROLE`, cf.
6060
// https://argocd-operator.readthedocs.io/en/latest/usage/custom_roles/
6161
// NOTE(sg): we only deploy these cluster roles if the respective
62-
// `cluster_role_match_labels` parameter in `operator` isn't empty.
62+
// `cluster_role_selectors` parameter in `operator` isn't empty.
6363
local internalControllerAggregationLabel = {
6464
'rbac.argocd.syn.tools/aggregate-to-controller': 'true',
6565
};

docs/modules/ROOT/pages/references/parameters.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,12 @@ This variable is configured through component parameter `operator.cluster_scope_
410410

411411
[NOTE]
412412
====
413-
When parameter `operator.controller_cluster_role_match_labels` isn't empty, setting `CONTROLLER_CUSTOM_ROLE` through this parameter has no effect.
413+
When parameter `operator.controller_cluster_role_selectors` isn't empty, setting `CONTROLLER_CUSTOM_ROLE` through this parameter has no effect.
414414
====
415415

416416
[NOTE]
417417
====
418-
When parameter `operator.server_cluster_role_match_labels` isn't empty, setting `SERVER_CUSTOM_ROLE` through this parameter has no effect.
418+
When parameter `operator.server_cluster_role_selectors` isn't empty, setting `SERVER_CUSTOM_ROLE` through this parameter has no effect.
419419
====
420420

421421
[IMPORTANT]

0 commit comments

Comments
 (0)