Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 6, 2024
1 parent 69e6d27 commit 786d950
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/cryostat/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ tests:
value: "true"
- equal:
path: spec.template.spec.containers[?(@.name=='cryostat')].env[?(@.name=='QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION')].value
value: "drop-and-create"
value: "none"
- equal:
path: spec.template.spec.containers[?(@.name=='cryostat')].env[?(@.name=='QUARKUS_HIBERNATE_ORM_SQL_LOAD_SCRIPT')].value
value: "no-file"
- equal:
path: spec.template.spec.containers[?(@.name=='cryostat')].env[?(@.name=='QUARKUS_DATASOURCE_USERNAME')].value
value: "cryostat"
Expand Down

0 comments on commit 786d950

Please sign in to comment.