Skip to content

Commit

Permalink
Add sriovoperatorconfigs resource to webhook
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mlguerrero12 committed Jun 20, 2023
1 parent e84d536 commit f1d52f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindata/manifests/operator-webhook/003-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit f1d52f6

Please sign in to comment.