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.
2 parents 4dfacee + 35c3321 commit 567edfeCopy full SHA for 567edfe
content/en/docs/reference/access-authn-authz/rbac.md
@@ -317,6 +317,12 @@ objects with an `aggregationRule` set. The `aggregationRule` defines a label
317
uses to match other ClusterRole objects that should be combined into the `rules`
318
field of this one.
319
320
+{{< caution >}}
321
+The control plane overwrites any values that you manually specify in the `rules` field of an
322
+aggregate ClusterRole. If you want to change or add rules, do so in the `ClusterRole` objects
323
+that are selected by the `aggregationRule`.
324
+{{< /caution >}}
325
+
326
Here is an example aggregated ClusterRole:
327
328
```yaml
0 commit comments