[stable/sematext-agent] enable pods/log cluster roles (#22568)

* replicasets roles

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>

* bump version

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>

* pods/log cluster role, log level to info

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>

* pods/log should appear in resources section

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
This commit is contained in:
Nedim Šabić²
2020-05-28 04:22:03 -07:00
committed by GitHub
parent b6fc5002fc
commit ab03687346
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.0"
version: 1.0.26
version: 1.0.27
description: Helm chart for deploying Sematext Agent and Logagent to Kubernetes
keywords:
- sematext
@@ -14,6 +14,7 @@ rules:
resources:
- events
- pods
- pods/log
verbs:
- list
- get
+1 -1
View File
@@ -13,7 +13,7 @@ agent:
LOGGING_WRITE_EVENTS: false
LOGGING_REQUEST_TRACKING: false
AUTODISCO_ALLOWED_NAMESPACES: "default"
LOGGING_LEVEL: warn
LOGGING_LEVEL: info
resources: {}
logagent: