Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
add /dev mount
Browse files Browse the repository at this point in the history
Signed-off-by: rabbitstack <rabbitstack7@gmail.com>
  • Loading branch information
rabbitstack committed Jun 17, 2020
1 parent 51ec991 commit 53162a2
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 53162a2

Please sign in to comment.