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:
256
256
git diff --exit-code charts/ingress-nginx/README.md
257
257
258
258
- name : Run tests
259
- run : helm unittest charts/ingress-nginx
259
+ run : helm unittest charts/ingress-nginx --file "tests/**/*_test.yaml"
260
260
261
261
chart-test :
262
262
name : Chart / Test
Original file line number Diff line number Diff line change 20
20
of : ServiceAccount
21
21
- equal :
22
22
path : metadata.name
23
- value : ingress-nginx-admission
23
+ value : RELEASE-NAME- ingress-nginx-admission
24
24
25
25
- it : should create a ServiceAccount with specified name if `controller.admissionWebhooks.patch.serviceAccount.name` is set
26
26
set :
Original file line number Diff line number Diff line change 20
20
of : ValidatingWebhookConfiguration
21
21
- equal :
22
22
path : metadata.name
23
- value : RELEASE-NAME-admission
23
+ value : RELEASE-NAME-ingress-nginx- admission
24
24
25
25
- it : should create a ValidatingWebhookConfiguration with a custom port if `controller.admissionWebhooks.service.servicePort` is set
26
26
set :
You can’t perform that action at this time.
0 commit comments