From 9db15651ea2b3bf1816885afe5c3780edbbd4771 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 11 Mar 2019 12:00:20 -0700 Subject: [PATCH] Fix ClusterRole aggregation documentation in kube_inventory --- plugins/inputs/kube_inventory/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inputs/kube_inventory/README.md b/plugins/inputs/kube_inventory/README.md index db13c86b9..7bcb63d14 100644 --- a/plugins/inputs/kube_inventory/README.md +++ b/plugins/inputs/kube_inventory/README.md @@ -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. ```