We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22f1ae commit e888a6eCopy full SHA for e888a6e
1 file changed
opts/mount.go
@@ -76,7 +76,7 @@ func (m *MountOpt) Set(value string) error {
76
}
77
78
mount.Type = mounttypes.TypeVolume // default to volume mounts
79
- // Set writable as the default
+
80
for _, field := range fields {
81
key, val, ok := strings.Cut(field, "=")
82
0 commit comments