Skip to content

Commit

Permalink
Fix Values Schema (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliavLunar authored Jan 29, 2025
1 parent 66ba533 commit 06e849b
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 259 deletions.
3 changes: 3 additions & 0 deletions charts/lunar-proxy/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests:
template: templates/deployment.yaml
set:
pro: true
tenantName: "Acme Inc."
image:
tag: "v2.0.0"
asserts:
Expand All @@ -16,6 +17,7 @@ tests:
template: templates/deployment.yaml
set:
pro: false
tenantName: "Acme Inc."
image:
tag: "v1.0.0"
asserts:
Expand All @@ -27,6 +29,7 @@ tests:
template: templates/deployment.yaml
set:
pro: false
tenantName: "Acme Inc."
asserts:
- equal:
path: spec.template.spec.containers[0].image
Expand Down
Loading

0 comments on commit 06e849b

Please sign in to comment.