Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion component/rbac.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local aggregated_rbac = [
// argocd-operator's `CONTROLLER_CLUSTER_ROLE` and `SERVER_CLUSTER_ROLE`, cf.
// https://argocd-operator.readthedocs.io/en/latest/usage/custom_roles/
// NOTE(sg): we only deploy these cluster roles if the respective
// `cluster_role_match_labels` parameter in `operator` isn't empty.
// `cluster_role_selectors` parameter in `operator` isn't empty.
local internalControllerAggregationLabel = {
'rbac.argocd.syn.tools/aggregate-to-controller': 'true',
};
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,12 @@ This variable is configured through component parameter `operator.cluster_scope_

[NOTE]
====
When parameter `operator.controller_cluster_role_match_labels` isn't empty, setting `CONTROLLER_CUSTOM_ROLE` through this parameter has no effect.
When parameter `operator.controller_cluster_role_selectors` isn't empty, setting `CONTROLLER_CUSTOM_ROLE` through this parameter has no effect.
====

[NOTE]
====
When parameter `operator.server_cluster_role_match_labels` isn't empty, setting `SERVER_CUSTOM_ROLE` through this parameter has no effect.
When parameter `operator.server_cluster_role_selectors` isn't empty, setting `SERVER_CUSTOM_ROLE` through this parameter has no effect.
====

[IMPORTANT]
Expand Down