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:
|
volumeMounts:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
mountPath: /var/log/test
|
mountPath: /openbao/logs
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/log/test
|
- mountPath: /openbao/logs
|
||||||
name: log-storage
|
name: log-storage
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue