Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 10a8abd

Browse files
committed
bugfix
1 parent 5789ddd commit 10a8abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/hostpath/hostpath.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ var (
7272

7373
func init() {
7474
hostPathVolumes = map[string]hostPathVolume{}
75+
hostPathVolumeSnapshots = map[string]hostPathSnapshot{}
7576
}
7677

7778
func GetHostPathDriver() *hostPath {

0 commit comments

Comments
 (0)