updated validation.sh for ignore schema

This commit is contained in:
Rachit Bhargava
2024-01-19 12:27:43 -05:00
parent 76d0732fe4
commit a3445df41d

View File

@@ -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