Skip to content

Commit

Permalink
Merge pull request #1274 from abays/no_bool_check
Browse files Browse the repository at this point in the history
Disable CRD schema checker for new booleans
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2025
2 parents 079542b + c420cc3 commit dbad31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/crd-schema-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euxo pipefail

CHECKER=$INSTALL_DIR/crd-schema-checker

DISABLED_VALIDATORS=NoMaps # TODO: https://issues.redhat.com/browse/OSPRH-12254
DISABLED_VALIDATORS=NoMaps,NoBools # TODO: https://issues.redhat.com/browse/OSPRH-12254

CHECKER_ARGS=""
if [[ ${DISABLED_VALIDATORS:+x} ]]; then
Expand Down

0 comments on commit dbad31e

Please sign in to comment.