File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/modules/ROOT/pages/references Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
6363local internalControllerAggregationLabel = {
6464 'rbac.argocd.syn.tools/aggregate-to-controller' : 'true' ,
6565};
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments