Skip to content

Commit

Permalink
Merge pull request #568 from flavio/fix-validate-policyserver-webhook…
Browse files Browse the repository at this point in the history
…-type

fix: validate policyserver webhook type
  • Loading branch information
flavio authored Oct 31, 2023
2 parents 188def9 + fbcfaa0 commit bbbf260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func webhooks(deploymentsNamespace string) []webhookwrapper.WebhookRegistrator {
},
},
WebhookPath: "/validate-policies-kubewarden-io-v1-policyserver",
Mutating: true,
Mutating: false,
},
{
Registrator: (&policiesv1.ClusterAdmissionPolicy{}).SetupWebhookWithManager,
Expand Down

0 comments on commit bbbf260

Please sign in to comment.