mountPath: /var/log/test
This commit is contained in:
parent
1938cc8f44
commit
8f7ccf5fa7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ server:
|
|||
"]
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/
|
||||
mountPath: /var/log/test
|
||||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
|
|
Loading…
Reference in a new issue