diff --git a/src/test/helm/deployment_resources_test.yaml b/src/test/helm/deployment_resources_test.yaml index 699cc71922b26daf35c56a4488861a2bcedba920..744cc072737cf7858190c1af10d9be704eb7436e 100644 --- a/src/test/helm/deployment_resources_test.yaml +++ b/src/test/helm/deployment_resources_test.yaml @@ -28,9 +28,8 @@ release: templates: - templates/deployment.yaml tests: - - it: test resources for prod environment + - it: test resources set: - kop.environment: prod resources: limits: cpu: "11m" @@ -52,4 +51,8 @@ tests: path: spec.template.spec.containers[0].resources.requests.memory value: 44Mi + - it: test empty resources + asserts: + - isEmpty: + path: spec.template.spec.containers[0].resources