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 c4e96a7 + a726044 commit 03abc22Copy full SHA for 03abc22
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,NoBools,ListsMustHaveSSATags,NoNewRequiredFields # TODO: https://issues.redhat.com/browse/OSPRH-12254
+DISABLED_VALIDATORS=NoMaps,NoBools,ListsMustHaveSSATags # TODO: https://issues.redhat.com/browse/OSPRH-12254
7
8
CHECKER_ARGS=""
9
if [[ ${DISABLED_VALIDATORS:+x} ]]; then
0 commit comments