volumeMounts:
- mountPath: /var/log/test name: log-storage readOnly: false
This commit is contained in:
parent
e72e440e51
commit
5ffb47d1ca
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ server:
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/log/test
|
- mountPath: /var/log/test
|
||||||
name: plugins
|
name: log-storage
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
|
|
Loading…
Reference in a new issue