Remove non existing value from controller unittest
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
This commit is contained in:
parent
e36378b775
commit
dd8b3a91f2
1 changed files with 0 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue