Skip to content

Commit

Permalink
feat: Use serviceAccountTemplate from values (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel committed Dec 7, 2024
1 parent 417607b commit 0f85be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0f85be6

Please sign in to comment.