Fix existing helm unit-tests in sub-directories

Signed-off-by: Aran Shavit <Aranshavit@gmail.com>
This commit is contained in:
Aran Shavit 2024-10-29 13:44:00 +02:00 committed by k8s-infra-cherrypick-robot
parent 98813ef7ba
commit 0168816757
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: