From 729a0650c2da318f1ad46c129437004a823d183a Mon Sep 17 00:00:00 2001 From: Matei David Date: Tue, 18 Jun 2024 13:01:43 +0000 Subject: [PATCH] Fix healthcheck Signed-off-by: Matei David --- pkg/healthcheck/healthcheck_test.go | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pkg/healthcheck/healthcheck_test.go b/pkg/healthcheck/healthcheck_test.go index a8ffecf786607..a83b85119786f 100644 --- a/pkg/healthcheck/healthcheck_test.go +++ b/pkg/healthcheck/healthcheck_test.go @@ -1802,13 +1802,7 @@ data: name: ProxyInitImageName pullPolicy: ImagePullPolicy version: ProxyInitVersion - resources: - cpu: - limit: 100m - request: 10m - memory: - limit: 50Mi - request: 10Mi + resources: null saMountPath: null xtMountPath: mountPath: /run @@ -1950,12 +1944,6 @@ data: pullPolicy: ImagePullPolicy version: ProxyInitVersion resources: - cpu: - limit: 100m - request: 10m - memory: - limit: 50Mi - request: 10Mi saMountPath: null xtMountPath: mountPath: /run