Merge pull request #3259 from NaurisSadovskis/master

Fix package url
pull/3262/head
Matthew Fisher 8 years ago committed by GitHub
commit 188964c507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ For accepting raw compressed tar file data from an io.Reader, the
'chartutil.LoadArchive()' will read in the data, uncompress it, and unpack it 'chartutil.LoadArchive()' will read in the data, uncompress it, and unpack it
into a Chart. into a Chart.
When creating charts in memory, use the 'k8s.io/helm/pkg/proto/happy/chart' When creating charts in memory, use the 'k8s.io/helm/pkg/proto/hapi/chart'
package directly. package directly.
*/ */
package chartutil // import "k8s.io/helm/pkg/chartutil" package chartutil // import "k8s.io/helm/pkg/chartutil"

Loading…
Cancel
Save