mountPath: /openbao/logs
This commit is contained in:
parent
12d35ad1e9
commit
e7d693465d
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue