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
|
# mountPath: /var/lib/alloy/data
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /openbao/logs
|
mountPath: /var/lib/alloy/data
|
||||||
- name: log-sidecar
|
- name: log-sidecar
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c", "
|
command: ["/bin/sh", "-c", "
|
||||||
|
|
Loading…
Reference in a new issue