Skip to content

Commit

Permalink
fix: use yaml definition for chart import-values
Browse files Browse the repository at this point in the history
  • Loading branch information
scodeman authored Feb 4, 2025
1 parent 377490a commit 0298d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Dependency struct {
Version string `yaml:"version,omitempty"`
// ImportValues holds the mapping of source values to parent key to be imported. Each item can be a
// string or pair of child/parent sublist items.
ImportValues []interface{} `json:"import-values,omitempty"`
ImportValues []interface{} `yaml:"import-values,omitempty"`
}

type ChartDependency struct {
Expand Down

0 comments on commit 0298d9a

Please sign in to comment.