Commit c43e858 1 parent 30dd606 commit c43e858 Copy full SHA for c43e858
File tree 1 file changed +2
-2
lines changed
pkg/skaffold/schema/latest
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ type ConfigDependency struct {
96
96
Names []string `yaml:"configs,omitempty"`
97
97
98
98
// Path describes the path to the file containing the required configs.
99
- Path string `yaml:"path" skaffold:"filepath" yamltags:"oneOf=paths"`
99
+ Path string `yaml:"path,omitempty " skaffold:"filepath" yamltags:"oneOf=paths"`
100
100
101
101
// GitRepo describes a remote git repository containing the required configs.
102
- GitRepo * GitInfo `yaml:"git" yamltags:"oneOf=paths"`
102
+ GitRepo * GitInfo `yaml:"git,omitempty " yamltags:"oneOf=paths"`
103
103
104
104
// ActiveProfiles describes the list of profiles to activate when resolving the required configs. These profiles must exist in the imported config.
105
105
ActiveProfiles []ProfileDependency `yaml:"activeProfiles,omitempty"`
You can’t perform that action at this time.
0 commit comments