Add Permission for k8s plugin in fluent-logging

This PS adds permissions for k8s plugin in fluent-logging.
The k8s plugin in fluentbit gets information per pod and adds it to the
message(log) before output. But the plugin cannot get the pod in current chart.
This PS fix this issue.

Change-Id: Icdce8a0a5ed0975c4d6e72ba50df8ef9a3b76ca6
This commit is contained in:
sungil 2018-01-10 10:40:01 +09:00
parent 13852ceee4
commit 85011f9c48
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ rules:
- replicationcontrollers
- limitranges
verbs:
- get
- list
- watch
- apiGroups: