mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #120484 from carlory/fix-120475
fix breaking pv creation when the validation webhook exists
This commit is contained in:
commit
1773a162bf
@ -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