Skip to content
Snippets Groups Projects
Commit 01c5eb5d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3328 test image against default value

parent d4bcfaa9
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,6 @@ set: ...@@ -36,9 +36,6 @@ set:
bezeichner: helm bezeichner: helm
sso: sso:
serverUrl: https://sso.company.local serverUrl: https://sso.company.local
image:
path: docker.ozg-sh.de/alfa
tag: snapshot-latest
tests: tests:
- it: check for some standard values - it: check for some standard values
asserts: asserts:
...@@ -46,7 +43,7 @@ tests: ...@@ -46,7 +43,7 @@ tests:
of: Deployment of: Deployment
- equal: - equal:
path: spec.template.spec.containers[0].image path: spec.template.spec.containers[0].image
value: "docker.ozg-sh.de/alfa:snapshot-latest" value: "docker.ozg-sh.de/alfa:latest"
- equal: - equal:
path: spec.template.spec.containers[0].imagePullPolicy path: spec.template.spec.containers[0].imagePullPolicy
value: Always value: Always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment