Skip to content

Commit

Permalink
Merge pull request #4426 from rimusz/tiller-auth-plugins-patch
Browse files Browse the repository at this point in the history
add support for `auth-provider` from kubeconfig files
  • Loading branch information
Matthew Fisher committed Aug 3, 2018
2 parents 189aba9 + 3dddd50 commit 71629f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/tiller/tiller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 71629f0

Please sign in to comment.