Skip to content

Commit

Permalink
[stable/sematext-agent] add /dev mount (helm#22846)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
rabbitstack authored and Ian Levesque committed Jul 13, 2020
1 parent c61021b commit e7101d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/sematext-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions stable/sematext-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e7101d6

Please sign in to comment.