File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/ingress-nginx/tests/admission-webhooks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ jobs:
256256 git diff --exit-code charts/ingress-nginx/README.md
257257
258258 - name : Run tests
259- run : helm unittest charts/ingress-nginx
259+ run : helm unittest charts/ingress-nginx --file "tests/**/*_test.yaml"
260260
261261 chart-test :
262262 name : Chart / Test
Original file line number Diff line number Diff line change 2020 of : ServiceAccount
2121 - equal :
2222 path : metadata.name
23- value : ingress-nginx-admission
23+ value : RELEASE-NAME- ingress-nginx-admission
2424
2525 - it : should create a ServiceAccount with specified name if `controller.admissionWebhooks.patch.serviceAccount.name` is set
2626 set :
Original file line number Diff line number Diff line change 2020 of : ValidatingWebhookConfiguration
2121 - equal :
2222 path : metadata.name
23- value : RELEASE-NAME-admission
23+ value : RELEASE-NAME-ingress-nginx- admission
2424
2525 - it : should create a ValidatingWebhookConfiguration with a custom port if `controller.admissionWebhooks.service.servicePort` is set
2626 set :
You can’t perform that action at this time.
0 commit comments