Skip to content

Commit

Permalink
fix: 🐛 inspect is node logs hosted? debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 20, 2023
1 parent bc5101a commit da56f5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ controller:
service cron start
sleep infinity
volumeMounts:
- name: logs-volume
mountPath: /var/log/audit/
- mountPath: /var/log/host/
name: varlog
- mountPath: /var/lib/docker/containers
name: varlibdockercontainers
readOnly: true
- mountPath: /etc/machine-id
name: etcmachineid
readOnly: true

- name: logrotate-config
mountPath: /home
- name: logs-volume
Expand Down

0 comments on commit da56f5d

Please sign in to comment.