[stable/sematext-agent] add /dev mount (#22846)

* 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>

* add /dev mount to daemonset

Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
This commit is contained in:
Nedim Šabić²
2020-06-17 07:20:39 -07:00
committed by GitHub
parent 1f8849db31
commit 6d2c016485
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.0"
version: 1.0.27
version: 1.0.28
description: Helm chart for deploying Sematext Agent and Logagent to Kubernetes
keywords:
- sematext
@@ -82,6 +82,9 @@ spec:
mountPath: /sys/kernel/debug
- name: run
mountPath: /var/run/
- name: dev
mountPath: /hostfs/dev
readOnly: true
securityContext:
privileged: true
ports:
@@ -139,6 +142,9 @@ spec:
- name: run
hostPath:
path: /var/run/
- name: dev
hostPath:
path: /dev
{{- if .Values.logagent.customConfigs }}
- name: logagent-config-volume
configMap: