Skip to content

Commit dbad31e

Browse files
Merge pull request #1274 from abays/no_bool_check
Disable CRD schema checker for new booleans
2 parents 079542b + c420cc3 commit dbad31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/crd-schema-checker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euxo pipefail
33

44
CHECKER=$INSTALL_DIR/crd-schema-checker
55

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

88
CHECKER_ARGS=""
99
if [[ ${DISABLED_VALIDATORS:+x} ]]; then

0 commit comments

Comments
 (0)