38e586aa7b
* Chart schema edit * Build tag removed
13 lines
316 B
YAML
13 lines
316 B
YAML
suite: test deployment
|
|
templates:
|
|
- deployment.yaml
|
|
tests:
|
|
- it: Should set image, tag and command
|
|
set:
|
|
gitCloneUrl: https:/github.com/mycompany/myrepo.git
|
|
buildImage: nginx:x.y.z
|
|
asserts:
|
|
- equal:
|
|
path: spec.template.spec.initContainers[0].image
|
|
value: nginx:x.y.z
|