diff --git a/validation.sh b/validation.sh index 54020713..96663d14 100644 --- a/validation.sh +++ b/validation.sh @@ -42,7 +42,7 @@ install default () { cd $DIR/build -find . -type f -exec kubeval '{}' \; | tee -a $DIR/script.log +find . -type f -exec kubeval --ignore-missing-schemas '{}' \; | tee -a $DIR/script.log find . -type f -exec kubectl score --output-format ci '{}' \; | tee -a $DIR/script.log