From a3445df41d9700ff6cb330e4a1078137addcd3e3 Mon Sep 17 00:00:00 2001 From: Rachit Bhargava Date: Fri, 19 Jan 2024 12:27:43 -0500 Subject: [PATCH] updated validation.sh for ignore schema --- validation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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