Skip to content

Commit

Permalink
Merge pull request #192 from pivotal/allow-unknown-fields
Browse files Browse the repository at this point in the history
Allow unknown fields until we have a comprehensive versioning strategy
  • Loading branch information
Ashwin Venkatesh authored Oct 25, 2019
2 parents 0568162 + 24f4333 commit bc37a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {
}

admissionControllers := map[string]webhook.AdmissionController{
options.ResourceAdmissionControllerPath: webhook.NewResourceAdmissionController(resourceHandlers, options, true),
options.ResourceAdmissionControllerPath: webhook.NewResourceAdmissionController(resourceHandlers, options, false),
}

controller, err := webhook.New(client, options, admissionControllers, logger, nil)
Expand Down

0 comments on commit bc37a43

Please sign in to comment.