We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 079542b + c420cc3 commit dbad31eCopy full SHA for dbad31e
hack/crd-schema-checker.sh
@@ -3,7 +3,7 @@ set -euxo pipefail
3
4
CHECKER=$INSTALL_DIR/crd-schema-checker
5
6
-DISABLED_VALIDATORS=NoMaps # TODO: https://issues.redhat.com/browse/OSPRH-12254
+DISABLED_VALIDATORS=NoMaps,NoBools # TODO: https://issues.redhat.com/browse/OSPRH-12254
7
8
CHECKER_ARGS=""
9
if [[ ${DISABLED_VALIDATORS:+x} ]]; then
0 commit comments