From 2a8b1ef12597a3a57b5813b0879f1a7441fbe198 Mon Sep 17 00:00:00 2001 From: kfilippopolitis Date: Mon, 1 Jul 2024 12:24:25 +0300 Subject: [PATCH] System tables datasets and data models are loaded from sqlite. --- .../deployment_configs/kind_configuration/kind_cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/prod_env_tests/deployment_configs/kind_configuration/kind_cluster.yaml b/tests/prod_env_tests/deployment_configs/kind_configuration/kind_cluster.yaml index f04034ee6..5f5bcdba5 100644 --- a/tests/prod_env_tests/deployment_configs/kind_configuration/kind_cluster.yaml +++ b/tests/prod_env_tests/deployment_configs/kind_configuration/kind_cluster.yaml @@ -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 @@ -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