From 29fc716cf3ff636a66944903fbbe9bd3f921e22f Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Tue, 25 Jun 2019 13:17:10 -0500 Subject: [PATCH] Fluentd: Update Clusterrole verbs This updates the Fluentd clusterrole to allow for getting namespaces, as this is required for the fluentd kubernetes plugin to function correctly Change-Id: Id9d735310c53a922a62c6a82121edd332e7df724 Signed-off-by: Steve Wilkerson --- fluentd/templates/deployment-fluentd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/fluentd/templates/deployment-fluentd.yaml b/fluentd/templates/deployment-fluentd.yaml index 05be21f39..eb50a808b 100644 --- a/fluentd/templates/deployment-fluentd.yaml +++ b/fluentd/templates/deployment-fluentd.yaml @@ -51,6 +51,7 @@ rules: - replicationcontrollers - limitranges verbs: + - get - list - watch - apiGroups: