Skip to content

Commit

Permalink
fix(db): correct hibernate config after Flyway introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 6, 2024
1 parent 61cf6a0 commit 69e6d27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/cryostat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ spec:
- name: QUARKUS_HTTP_PROXY_ENABLE_FORWARDED_PREFIX
value: 'true'
- name: QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION
value: drop-and-create
value: none
- name: QUARKUS_HIBERNATE_ORM_SQL_LOAD_SCRIPT
value: no-file
- name: QUARKUS_DATASOURCE_USERNAME
value: cryostat
- name: QUARKUS_DATASOURCE_PASSWORD
Expand Down

0 comments on commit 69e6d27

Please sign in to comment.