Fix ClusterRole aggregation documentation in kube_inventory

This commit is contained in:
Daniel Nelson 2019-03-11 12:00:20 -07:00
parent f298f87f0c
commit 9db15651ea
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ aggregationRule:
clusterRoleSelectors:
- matchLabels:
rbac.authorization.k8s.io/aggregate-view-telegraf: "true"
- matchLabels:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rules: [] # Rules are automatically filled in by the controller manager.
```