Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ webhooks:
name: compatibility-requirements-controllers-webhook-service
namespace: openshift-compatibility-requirements-operator
path: /validate-apiextensions-openshift-io-v1alpha1-compatibilityrequirement
# XXX: This is Ignore so that we don't block cluster bootstrap.
# Long term we want to make this Fail, but first we need to resolve https://github.com/openshift/enhancements/pull/1941.
failurePolicy: Ignore
failurePolicy: Fail
matchPolicy: Equivalent
name: compatibilityrequirement.operator.openshift.io
rules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ webhooks:
name: compatibility-requirements-controllers-webhook-service
namespace: openshift-compatibility-requirements-operator
path: /validate-apiextensions-k8s-io-v1-customresourcedefinition
# XXX: This is Ignore so that we don't block cluster bootstrap.
# Long term we want to make this Fail, but first we need to resolve https://github.com/openshift/enhancements/pull/1941.
failurePolicy: Ignore
failurePolicy: Fail
matchPolicy: Equivalent
name: compatibilityrequirement.operator.openshift.io
rules:
Expand Down