Skip to content

Commit 7b547d8

Browse files
committed
fix: add Shared field in VolumeMountVolumeConfig
1 parent 92c0cd6 commit 7b547d8

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)