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
|
path: /var/log/test
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: log-storage
|
- mountPath: /var/log/test
|
||||||
mountPath: /var/log/test
|
name: plugins
|
||||||
|
readOnly: false
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue