Signed-off-by: Jon Huhn <huhnjon@gmail.com>
pull/7498/head
Jon Huhn 4 years ago
parent 45d986327a
commit d70b50b3a1
No known key found for this signature in database
GPG Key ID: BE663AE8A4B90039

@ -33,7 +33,7 @@ type Chart struct {
Raw []*File `json:"-"`
// Metadata is the contents of the Chartfile.
Metadata *Metadata `json:"metadata"`
// LocK is the contents of Chart.lock.
// Lock is the contents of Chart.lock.
Lock *Lock `json:"lock"`
// Templates for this chart.
Templates []*File `json:"templates"`

Loading…
Cancel
Save