Skip to content

Commit

Permalink
set path in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Sep 21, 2018
1 parent df7c11e commit b93f071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webhook/admission/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (b *WebhookBuilder) Build() (*admission.Webhook, error) {
w := &admission.Webhook{
Name: b.name,
Type: *b.t,
Path: b.path,
FailurePolicy: b.failurePolicy,
NamespaceSelector: b.namespaceSelector,
Handlers: b.handlers,
Expand Down

0 comments on commit b93f071

Please sign in to comment.