mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user