We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de0cd3d + acdebaf commit 616f9f7Copy full SHA for 616f9f7
pkg/skaffold/schema/v1alpha3/config.go
@@ -201,10 +201,9 @@ type HelmConventionConfig struct {
201
// Artifact represents items that need to be built, along with the context in which
202
// they should be built.
203
type Artifact struct {
204
- ImageName string `yaml:"imageName"`
205
- Workspace string `yaml:"workspace,omitempty"`
206
- ArtifactType `yaml:",inline"`
207
- StructureTestFiles []string `yaml:"structureTestFiles"`
+ ImageName string `yaml:"imageName"`
+ Workspace string `yaml:"workspace,omitempty"`
+ ArtifactType `yaml:",inline"`
208
}
209
210
// Profile is additional configuration that overrides default
0 commit comments