From dd8b3a91f221edc0d33e819eb13e1458c2c3a93a Mon Sep 17 00:00:00 2001 From: Stavros Foteinopoulos Date: Tue, 12 Dec 2023 18:35:19 +0200 Subject: [PATCH] Remove non existing value from controller unittest Signed-off-by: Stavros Foteinopoulos --- charts/ingress-nginx/tests/controller-deployment_test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/ingress-nginx/tests/controller-deployment_test.yaml b/charts/ingress-nginx/tests/controller-deployment_test.yaml index fbe7654b5..37d1673bc 100644 --- a/charts/ingress-nginx/tests/controller-deployment_test.yaml +++ b/charts/ingress-nginx/tests/controller-deployment_test.yaml @@ -12,7 +12,6 @@ tests: - it: should create a Deployment with 3 replicas when `controller.replicaCount` is 3 set: - controller.enabled: true controller.replicaCount: 3 asserts: - equal: @@ -21,7 +20,6 @@ tests: - it: should create a Deployment with resource limits when `controller.resources.limits` is set set: - controller.enabled: true controller.resources.limits.cpu: 500m controller.resources.limits.memory: 512Mi asserts: