volumeMounts:
- mountPath: /var/log name: log-storage readOnly: false
This commit is contained in:
parent
450b5ff1a8
commit
1cb714aabb
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ server:
|
|||
- name: config-volume
|
||||
configMap:
|
||||
name: sidecar-container-alloy-config
|
||||
|
||||
volumeMounts:
|
||||
- mountPath: /var/log
|
||||
name: log-storage
|
||||
readOnly: false
|
||||
|
||||
postStart:
|
||||
- sh
|
||||
- -c
|
||||
|
|
Loading…
Reference in a new issue