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

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.
```