Remove non existing value from controller unittest

Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
This commit is contained in:
Stavros Foteinopoulos 2023-12-12 18:35:19 +02:00
parent e36378b775
commit dd8b3a91f2
No known key found for this signature in database
GPG key ID: 7187B9E13C5E5E93

View file

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