Skip to content

Commit

Permalink
Merge pull request #35 from profefe/fix/kubectl-auth
Browse files Browse the repository at this point in the history
fix(kubectl): kube client auth
  • Loading branch information
gianarb committed Mar 25, 2020
2 parents 6107da3 + 8213e50 commit 8010a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-profefe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/gianarb/kube-profefe/pkg/cmd"
"go.uber.org/zap"
"k8s.io/cli-runtime/pkg/genericclioptions"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

func main() {
Expand Down

0 comments on commit 8010a82

Please sign in to comment.