We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1414a19 commit 76f979dCopy full SHA for 76f979d
pkg/skaffold/schema/latest/config.go
@@ -750,8 +750,8 @@ type BuildpackArtifact struct {
750
// Order matters.
751
Buildpacks []string `yaml:"buildpacks,omitempty"`
752
753
- // ProjectDescriptor is the path to the toml project descriptor.
754
- // Defaults to `project.toml`.
+ // ProjectDescriptor is the path to the project descriptor file.
+ // Defaults to `project.toml` if it exists.
755
ProjectDescriptor string `yaml:"projectDescriptor,omitempty"`
756
757
// Dependencies are the file dependencies that skaffold should watch for both rebuilding and file syncing for this artifact.
0 commit comments