mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 07:19:18 -03:00
allow crd verification to be disabled and disable on both lint and unittests
This commit is contained in:
2
.github/ct-install-config/ct-lint.yaml
vendored
2
.github/ct-install-config/ct-lint.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/common_library_tests.yaml
vendored
2
.github/workflows/common_library_tests.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user