# volumeMounts:
# - mountPath: / # name: plugins # readOnly: false
This commit is contained in:
parent
d946b419e7
commit
ac4d10d619
1 changed files with 4 additions and 4 deletions
|
@ -22,10 +22,10 @@ server:
|
||||||
- name: log-storage
|
- name: log-storage
|
||||||
path: /var/log/test
|
path: /var/log/test
|
||||||
|
|
||||||
volumeMounts:
|
# volumeMounts:
|
||||||
- mountPath: /
|
# - mountPath: /
|
||||||
name: plugins
|
# name: plugins
|
||||||
readOnly: false
|
# readOnly: false
|
||||||
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
|
|
Loading…
Reference in a new issue