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

@@ -1,6 +1,6 @@
remote: origin
target-branch: master
helm-extra-args: --debug
helm-extra-args: --debug --set crd.verify.enabled=false
chart-yaml-schema: .github/ct-install-config/chart_schema.yaml
chart-dirs:
- library

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: