Unverified Commit 71629f04 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #4426 from rimusz/tiller-auth-plugins-patch

add support for `auth-provider` from kubeconfig files
parents 189aba98 3dddd508
......@@ -37,6 +37,8 @@ import (
healthpb "google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/keepalive"
// Import to initialize client auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/services"
"k8s.io/helm/pkg/storage"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment