Skip to content

Commit 07bad91

Browse files
authored
Merge pull request #1869 from pratikjagrut/volume.shared
fix: add Shared field in VolumeMountVolumeConfig
2 parents 92c0cd6 + 7b547d8 commit 07bad91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/devspace/config/versions/latest/schema.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ type VolumeMountVolumeConfig struct {
538538
Name string `yaml:"name,omitempty" json:"name,omitempty"`
539539
SubPath string `yaml:"subPath,omitempty" json:"subPath,omitempty"`
540540
ReadOnly *bool `yaml:"readOnly,omitempty" json:"readOnly,omitempty"`
541+
Shared *bool `yaml:"shared,omitempty" json:"shared,omitempty"`
541542
}
542543

543544
// VolumeConfig holds the configuration for a specific volume

0 commit comments

Comments
 (0)