Skip to content

Commit

Permalink
update extra volume hostroot example (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Oct 25, 2024
1 parent 384f871 commit e896ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/netdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,14 +369,14 @@ child:
extraVolumeMounts: []
## Additional volume mounts for netdata child
## E.g to mount all disks under / to be monitored via the diskspace plugin
# - name: root
# mountPath: /host
# - name: hostroot
# mountPath: /host/root
# readOnly: true
# mountPropagation: HostToContainer
extraVolumes: []
## Additional volumes for netdata child
## E.g to mount all disks under / to be monitored via the diskspace plugin
# - name: root
# - name: hostroot
# hostPath:
# path: /

Expand Down

0 comments on commit e896ca3

Please sign in to comment.