allow crd verification to be disabled and disable on both lint and unittests

This commit is contained in:
Kjeld Schouten
2024-02-26 20:20:08 +01:00
parent 89bcb5caca
commit 7e402919fa
13 changed files with 23 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ jobs:
# Run tests
cd library/common-test/
helm dependency update
helm unittest -f "tests/**/*.yaml" .
helm unittest -f "tests/**/*.yaml" . --set crd.verify.enabled=false
install:
needs: