add support for inline ephemeral storage
This commit is contained in:
parent
ab42e03317
commit
3cacbb23a0
Binary file not shown.
|
|
@ -6,4 +6,5 @@ spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
|
- Ephemeral
|
||||||
podInfoOnMount: true
|
podInfoOnMount: true
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,5 @@ spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
|
- Ephemeral
|
||||||
podInfoOnMount: true
|
podInfoOnMount: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue