mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
fix breaking pv creation when the validation webhook exists
This commit is contained in:
parent
9fca4ec44a
commit
2d1877c97b
@ -945,7 +945,7 @@ func newValidatingWebhookWithMatchConditions(
|
||||
Rule: admissionregistrationv1.Rule{
|
||||
APIGroups: []string{""},
|
||||
APIVersions: []string{"v1"},
|
||||
Resources: []string{"*"},
|
||||
Resources: []string{"configmaps"},
|
||||
},
|
||||
}},
|
||||
ClientConfig: admissionregistrationv1.WebhookClientConfig{
|
||||
|
Loading…
Reference in New Issue
Block a user