Skip to content

Commit

Permalink
System tables datasets and data models are loaded from sqlite.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed Jul 1, 2024
1 parent 6249539 commit 2a8b1ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nodes:
containerPath: /opt/exareme2/csvs
- hostPath: ./tests/prod_env_tests/deployment_configs/kind_configuration/worker1/monetdb_password.sh
containerPath: /opt/exareme2/credentials/monetdb_password.sh
- hostPath: ./test/test_data/localworker1.db
- hostPath: ./tests/test_data/localworker1.db
containerPath: /opt/exareme2/csvs/sqlite.db


Expand All @@ -31,5 +31,5 @@ nodes:
containerPath: /opt/exareme2/csvs
- hostPath: ./tests/prod_env_tests/deployment_configs/kind_configuration/worker2/monetdb_password.sh
containerPath: /opt/exareme2/credentials/monetdb_password.sh
- hostPath: ./test/test_data/localworker1.db
- hostPath: ./tests/test_data/localworker1.db
containerPath: /opt/exareme2/csvs/sqlite.db

0 comments on commit 2a8b1ef

Please sign in to comment.