volumes:
- name: log-storage emptyDir: {}
This commit is contained in:
parent
ac4d10d619
commit
ff72720654
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ server:
|
|||
|
||||
volumes:
|
||||
- name: log-storage
|
||||
path: /var/log/test
|
||||
emptyDir: {}
|
||||
|
||||
# volumeMounts:
|
||||
# - mountPath: /
|
||||
# - mountPath: /var/log/test
|
||||
# name: plugins
|
||||
# readOnly: false
|
||||
|
||||
|
|
Reference in a new issue