Skip to content

Commit

Permalink
fix pass role (#4)
Browse files Browse the repository at this point in the history
* fix pass role

* fix lint
  • Loading branch information
dbeneker authored Sep 25, 2020
1 parent 12b8f8a commit 53f78fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func NewKubernetesAuth(c *Client, role string, opts ...KubernetesAuthOpt) (AuthP
k := &kubernetesAuth{
Client: c,
mountPoint: "kubernetes",
role: role,
}

for _, opt := range opts {
Expand Down

0 comments on commit 53f78fc

Please sign in to comment.