mountPath: /var/lib/alloy/data
This commit is contained in:
parent
285e823936
commit
140dddd955
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ server:
|
|||
# mountPath: /var/lib/alloy/data
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /openbao/logs
|
||||
mountPath: /var/lib/alloy/data
|
||||
- name: log-sidecar
|
||||
image: alpine:latest
|
||||
command: ["/bin/sh", "-c", "
|
||||
|
|
Loading…
Reference in a new issue