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

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

Merged
merged 7 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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