mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-25 12:19:39 +00:00
Update to k8s 1.18
This commit is contained in:
@@ -70,7 +70,7 @@ func WebhookConfigForURL(url string) (string, error) {
|
||||
}
|
||||
|
||||
func NewWebhookAuthenticator(cacheTTL time.Duration, kubeConfigFile string) (Authenticator, error) {
|
||||
wh, err := webhook.New(kubeConfigFile, "v1", nil)
|
||||
wh, err := webhook.New(kubeConfigFile, "v1", nil, nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user