From a6d499efdb1e3538c578cdb12b1d171c004e7de4 Mon Sep 17 00:00:00 2001 From: Marcelo Guerrero Date: Tue, 20 Jun 2023 13:16:45 +0200 Subject: [PATCH] Add sriovoperatorconfigs resource to webhook The sriovoperatorconfigs resource was not present in the validating webhook configuration. The logic to validate this object was not triggered. Signed-off-by: Marcelo Guerrero --- bindata/manifests/operator-webhook/003-webhook.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindata/manifests/operator-webhook/003-webhook.yaml b/bindata/manifests/operator-webhook/003-webhook.yaml index eb21121ef..b725e466f 100644 --- a/bindata/manifests/operator-webhook/003-webhook.yaml +++ b/bindata/manifests/operator-webhook/003-webhook.yaml @@ -57,3 +57,7 @@ webhooks: apiGroups: ["sriovnetwork.openshift.io"] apiVersions: ["v1"] resources: ["sriovnetworknodepolicies"] + - operations: [ "CREATE", "UPDATE", "DELETE" ] + apiGroups: [ "sriovnetwork.openshift.io" ] + apiVersions: [ "v1" ] + resources: [ "sriovoperatorconfigs" ]