Skip to content

Commit 7c3a2f1

Browse files
author
Mengqi Yu
committed
set path in builder
1 parent 29f003c commit 7c3a2f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/webhook/admission/builder/builder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ func (b *WebhookBuilder) Build() (*admission.Webhook, error) {
179179
w := &admission.Webhook{
180180
Name: b.name,
181181
Type: *b.t,
182+
Path: b.path,
182183
FailurePolicy: b.failurePolicy,
183184
NamespaceSelector: b.namespaceSelector,
184185
Handlers: b.handlers,

0 commit comments

Comments
 (0)