We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c0cd6 commit 7b547d8Copy full SHA for 7b547d8
pkg/devspace/config/versions/latest/schema.go
@@ -538,6 +538,7 @@ type VolumeMountVolumeConfig struct {
538
Name string `yaml:"name,omitempty" json:"name,omitempty"`
539
SubPath string `yaml:"subPath,omitempty" json:"subPath,omitempty"`
540
ReadOnly *bool `yaml:"readOnly,omitempty" json:"readOnly,omitempty"`
541
+ Shared *bool `yaml:"shared,omitempty" json:"shared,omitempty"`
542
}
543
544
// VolumeConfig holds the configuration for a specific volume
0 commit comments