1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

fix merge error

This commit is contained in:
Shuting Zhao 2019-12-20 19:08:26 -08:00
parent 1f0187e8ea
commit a8aa83573b

View file

@ -219,7 +219,7 @@ func (wrc *WebhookRegistrationClient) removeWebhookConfigurations() {
var wg sync.WaitGroup
wg.Add(5)
wg.Add(4)
// mutating and validating webhook configuration for Kubernetes resources
go wrc.removeResourceMutatingWebhookConfiguration(&wg)
// mutating and validating webhook configurtion for Policy CRD resource