volumeMounts:
- mountPath: /var/log/test name: plugins readOnly: false
This commit is contained in:
parent
cba0a236f5
commit
da3624d82a
1 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@ server:
|
|||
path: /var/log/test
|
||||
|
||||
volumeMounts:
|
||||
- name: log-storage
|
||||
mountPath: /var/log/test
|
||||
- mountPath: /var/log/test
|
||||
name: plugins
|
||||
readOnly: false
|
||||
|
||||
postStart:
|
||||
- sh
|
||||
|
|
Loading…
Reference in a new issue