Skip to content

Commit 3cacbb2

Browse files
committed
add support for inline ephemeral storage
1 parent ab42e03 commit 3cacbb2

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
9 Bytes
Binary file not shown.

charts/latest/csi-driver-nfs/templates/csi-nfs-driverinfo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ spec:
66
attachRequired: false
77
volumeLifecycleModes:
88
- Persistent
9+
- Ephemeral
910
podInfoOnMount: true

deploy/csi-nfs-driverinfo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ spec:
77
attachRequired: false
88
volumeLifecycleModes:
99
- Persistent
10+
- Ephemeral
1011
podInfoOnMount: true

0 commit comments

Comments
 (0)