Skip to content

Commit f51aaea

Browse files
perdasilvapedjak
andauthored
Update internal/operator-controller/rukpak/render/registryv1/validators/validator.go
Co-authored-by: Predrag Knezevic <pedjak@gmail.com>
1 parent 08d46c3 commit f51aaea

File tree

1 file changed

+1
-1
lines changed
  • internal/operator-controller/rukpak/render/registryv1/validators

1 file changed

+1
-1
lines changed

internal/operator-controller/rukpak/render/registryv1/validators/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ var unsupportedAdmissionRegistrationResources = sets.New(
278278
"validatingwebhookconfigurations",
279279
)
280280

281-
// CheckWebhookRules ensures webhook rules do not reference unsupported API groups or resources in line with OLMv0 behavior
281+
CheckWebhookRules ensures webhook rules do not reference forbidden API groups or resources in line with OLMv0 behavior
282282
// See https://github.com/operator-framework/operator-lifecycle-manager/blob/ccf0c4c91f1e7673e87f3a18947f9a1f88d48438/pkg/controller/install/webhook.go#L19
283283
// for more details
284284
func CheckWebhookRules(rv1 *bundle.RegistryV1) []error {

0 commit comments

Comments
 (0)