CI: Fix chart testing.

This commit is contained in:
Aran Shavit 2024-10-29 14:42:18 +02:00 committed by Marco Ebert
parent d45149f5d7
commit dcb9acb3e6
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ jobs:
git diff --exit-code charts/ingress-nginx/README.md
- name: Run tests
run: helm unittest charts/ingress-nginx
run: helm unittest charts/ingress-nginx --file "tests/**/*_test.yaml"
chart-test:
name: Chart / Test

View file

@ -20,7 +20,7 @@ tests:
of: ValidatingWebhookConfiguration
- equal:
path: metadata.name
value: RELEASE-NAME-admission
value: RELEASE-NAME-ingress-nginx-admission
- it: should create a ValidatingWebhookConfiguration with a custom port if `controller.admissionWebhooks.service.servicePort` is set
set: