Skip to content

Commit

Permalink
fix: add k8s client auth plugins
Browse files Browse the repository at this point in the history
Fix and prevent errors like: Error: no Auth Provider found for name "oidc"
  • Loading branch information
idebeijer committed Aug 11, 2024
1 parent d4dfe84 commit 1ac1a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"github.com/idebeijer/kubert/internal/config"
"github.com/spf13/cobra"
"github.com/spf13/viper"
_ "k8s.io/client-go/plugin/pkg/client/auth"
)

const (
Expand Down

0 comments on commit 1ac1a34

Please sign in to comment.