move pkg cmd/helm/strvals to pkg/strvals

This is another useful package outside of cmd/helm.
This commit is contained in:
Matthew Fisher 2017-03-09 10:47:55 -08:00
parent 3be8dfd818
commit 1aee50f5db
5 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,6 @@ import (
"github.com/ghodss/yaml"
"github.com/spf13/cobra"
"k8s.io/helm/cmd/helm/strvals"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helm"
@ -40,6 +39,7 @@ import (
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/release"
"k8s.io/helm/pkg/strvals"
)
const installDesc = `

View File

@ -25,10 +25,10 @@ import (
"github.com/ghodss/yaml"
"github.com/spf13/cobra"
"k8s.io/helm/cmd/helm/strvals"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/storage/driver"
"k8s.io/helm/pkg/strvals"
)
const upgradeDesc = `