shipping_openbao_logs #17
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ server:
|
|||
"]
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/test
|
||||
mountPath: /openbao/logs
|
||||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
emptyDir: {}
|
||||
|
||||
volumeMounts:
|
||||
- mountPath: /var/log/test
|
||||
- mountPath: /openbao/logs
|
||||
name: log-storage
|
||||
readOnly: false
|
||||
|
||||
|
|
Reference in a new issue