diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 2951680cf..aafceda6d 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -26,10 +26,10 @@ import ( "github.com/ghodss/yaml" "k8s.io/api/core/v1" "k8s.io/api/extensions/v1beta1" - "k8s.io/apimachinery/pkg/util/sets" apierrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/intstr" + "k8s.io/apimachinery/pkg/util/sets" "k8s.io/client-go/kubernetes" corev1 "k8s.io/client-go/kubernetes/typed/core/v1" extensionsclient "k8s.io/client-go/kubernetes/typed/extensions/v1beta1" @@ -399,4 +399,4 @@ func updateEnv(existing []v1.EnvVar, env []v1.EnvVar, remove []string) []v1.EnvV out = append(out, e) } return out -} \ No newline at end of file +}