Fix existing helm unit-tests in sub-directories
Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
This commit is contained in:
parent
59c868255d
commit
4d917812d2
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ tests:
|
||||||
of: ServiceAccount
|
of: ServiceAccount
|
||||||
- equal:
|
- equal:
|
||||||
path: metadata.name
|
path: metadata.name
|
||||||
value: ingress-nginx-admission
|
value: RELEASE-NAME-ingress-nginx-admission
|
||||||
|
|
||||||
- it: should create a ServiceAccount with specified name if `controller.admissionWebhooks.patch.serviceAccount.name` is set
|
- it: should create a ServiceAccount with specified name if `controller.admissionWebhooks.patch.serviceAccount.name` is set
|
||||||
set:
|
set:
|
||||||
|
|
|
@ -20,7 +20,7 @@ tests:
|
||||||
of: ValidatingWebhookConfiguration
|
of: ValidatingWebhookConfiguration
|
||||||
- equal:
|
- equal:
|
||||||
path: metadata.name
|
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
|
- it: should create a ValidatingWebhookConfiguration with a custom port if `controller.admissionWebhooks.service.servicePort` is set
|
||||||
set:
|
set:
|
||||||
|
|
Loading…
Reference in a new issue