Skip to content

Commit b14569a

Browse files
committed
fix deploy
1 parent 6352c48 commit b14569a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/kubernetes-1.17/hostpath/csi-hostpath-driverinfo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
name: hostpath.csi.k8s.io
55
spec:
66
# Supports persistent and ephemeral inline volumes.
7-
volumeLifecycleModes:
8-
- Persistent
7+
volumeLifecycleModes:
8+
- Persistent
99
- Ephemeral
1010
# To determine at runtime which mode a volume uses, pod info and its
1111
# "csi.storage.k8s.io/ephemeral" entry are needed.

0 commit comments

Comments
 (0)