|
|
|
@ -44,7 +44,7 @@ type Dependency struct {
|
|
|
|
Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
|
|
|
|
Enabled bool `json:"enabled,omitempty" yaml:"enabled,omitempty"`
|
|
|
|
// ImportValues holds the mapping of source values to parent key to be imported. Each item can be a
|
|
|
|
// 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.
|
|
|
|
// string or pair of child/parent sublist items.
|
|
|
|
ImportValues []interface{} `json:"import-values,omitempty" yaml:"import-values,omitempty"`
|
|
|
|
ImportValues []any `json:"import-values,omitempty" yaml:"import-values,omitempty"`
|
|
|
|
// Alias usable alias to be used for the chart
|
|
|
|
// Alias usable alias to be used for the chart
|
|
|
|
Alias string `json:"alias,omitempty" yaml:"alias,omitempty"`
|
|
|
|
Alias string `json:"alias,omitempty" yaml:"alias,omitempty"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|