updated validation.sh for ignore schema
This commit is contained in:
@@ -42,7 +42,7 @@ install
|
|||||||
default () {
|
default () {
|
||||||
|
|
||||||
cd $DIR/build
|
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
|
find . -type f -exec kubectl score --output-format ci '{}' \; | tee -a $DIR/script.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user