Skip to content

Commit

Permalink
child: mount /var/log (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Dec 11, 2023
1 parent f639177 commit afc41c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/netdata/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ spec:
mountPath: /host/sys
- name: os-release
mountPath: /host/etc/os-release
- name: varlog
mountPath: /host/var/log
{{- range $name, $config := .Values.child.configs }}
{{- if $config.enabled }}
- name: {{ ternary "configmap" "configsecret" (ne $config.storedType "secret") }}
Expand Down Expand Up @@ -227,6 +229,9 @@ spec:
- name: os-release
hostPath:
path: /etc/os-release
- name: varlog
hostPath:
path: /var/log
- name: configmap
configMap:
name: netdata-conf-child
Expand Down

0 comments on commit afc41c1

Please sign in to comment.