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.
2 parents 92c0cd6 + 7b547d8 commit 07bad91Copy full SHA for 07bad91
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