volumeMounts:
- mountPath: / name: plugins readOnly: false
This commit is contained in:
parent
da3624d82a
commit
d946b419e7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ server:
|
||||||
path: /var/log/test
|
path: /var/log/test
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/log/test
|
- mountPath: /
|
||||||
name: plugins
|
name: plugins
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue