Skip to content

Commit dc0e51d

Browse files
committed
Plumb authorization webhook version from CLI to config
1 parent 81af5ba commit dc0e51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kubeapiserver/options/authorization.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ func (s *BuiltInAuthorizationOptions) ToAuthorizationConfig(versionedInformerFac
118118
AuthorizationModes: s.Modes,
119119
PolicyFile: s.PolicyFile,
120120
WebhookConfigFile: s.WebhookConfigFile,
121+
WebhookVersion: s.WebhookVersion,
121122
WebhookCacheAuthorizedTTL: s.WebhookCacheAuthorizedTTL,
122123
WebhookCacheUnauthorizedTTL: s.WebhookCacheUnauthorizedTTL,
123124
VersionedInformerFactory: versionedInformerFactory,

0 commit comments

Comments
 (0)