Skip to content

Commit

Permalink
test: 💍 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jan 12, 2024
1 parent 55c4a64 commit 97f67ec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ controller:
- name: logrotate-config
configMap:
name: logrotate-config
- hostPath:
path: /var/log/pods/
type: ""
name: varlog-pods
- hostPath:
path: /var/log/containers/
type: ""
name: varlog
name: varlog-containers
- hostPath:
path: /var/lib/docker/containers
type: ""
Expand Down Expand Up @@ -72,7 +76,9 @@ controller:
mountPath: /fluent-bit/scripts/
- name: logs-volume
mountPath: /var/log/audit/
- name: varlog
- name: varlog-pods
mountPath: /var/log/pods/
- name: varlog-containers
mountPath: /var/log/containers/
- mountPath: /var/lib/docker/containers
name: varlibdockercontainers
Expand Down

0 comments on commit 97f67ec

Please sign in to comment.