From 0f85be670d92c86120e012842a80cecc109de2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= <21990816+philippemnoel@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:25:11 -0500 Subject: [PATCH] feat: Use serviceAccountTemplate from values (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com> --- charts/paradedb/test/paradedb-enterprise/02-paradedb_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paradedb/test/paradedb-enterprise/02-paradedb_test.yaml b/charts/paradedb/test/paradedb-enterprise/02-paradedb_test.yaml index 601918280..950c33448 100644 --- a/charts/paradedb/test/paradedb-enterprise/02-paradedb_test.yaml +++ b/charts/paradedb/test/paradedb-enterprise/02-paradedb_test.yaml @@ -23,7 +23,7 @@ spec: CALL paradedb.create_bm25_test_table( schema_name => 'public', table_name => 'mock_items' - ); + ); CALL paradedb.create_bm25( index_name => 'search_idx', table_name => 'mock_items',