Chart: Add controller.progressDeadlineSeconds. (#12017)
This commit is contained in:
parent
8d6435b8a0
commit
7b8d293d9b
4 changed files with 16 additions and 0 deletions
|
|
@ -177,3 +177,11 @@ tests:
|
|||
- equal:
|
||||
path: spec.template.spec.containers[0].image
|
||||
value: registry.k8s.io/ingress-nginx/controller:my-little-custom-tag@sha256:faa2d18687f734994b6bd9e309e7a73852a81c30e1b8f63165fcd4f0a087e3cd
|
||||
|
||||
- it: should create a Deployment with `progressDeadlineSeconds` if `controller.progressDeadlineSeconds` is set
|
||||
set:
|
||||
controller.progressDeadlineSeconds: 111
|
||||
asserts:
|
||||
- equal:
|
||||
path: spec.progressDeadlineSeconds
|
||||
value: 111
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue