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
|
||||
volumeLifecycleModes:
|
||||
- Persistent
|
||||
- Ephemeral
|
||||
podInfoOnMount: true
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@ spec:
|
|||
attachRequired: false
|
||||
volumeLifecycleModes:
|
||||
- Persistent
|
||||
- Ephemeral
|
||||
podInfoOnMount: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue