Skip to content

Commit

Permalink
load k8s auth plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kroonprins committed Feb 1, 2023
1 parent 6ea729e commit 6188821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/output/marshal/sealedsecret.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"github.com/kroonprins/kube-create-secret/pkg/types"
corev1 "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes/scheme"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"
yaml "sigs.k8s.io/yaml"
)
Expand Down

0 comments on commit 6188821

Please sign in to comment.