From cc0dcfcf74063ff003cc40b67dc30604a897629d Mon Sep 17 00:00:00 2001 From: obdev Date: Tue, 6 Feb 2024 20:42:42 +0000 Subject: [PATCH] [obd] fix tpch_obp test --- tools/deploy/obd/tpchobp.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/deploy/obd/tpchobp.yaml.template b/tools/deploy/obd/tpchobp.yaml.template index ffe68a7ec..e19f8ad60 100644 --- a/tools/deploy/obd/tpchobp.yaml.template +++ b/tools/deploy/obd/tpchobp.yaml.template @@ -1,5 +1,5 @@ oceanbase-ce: - {{%% SERVERS %%}} +{{%% SERVERS %%}} tag: latest global: memory_limit: "56G" @@ -21,7 +21,7 @@ oceanbase-ce: - src_path: wallet target_path: wallet obproxy-ce: - {{%% OBPORXY_SERVERS %%}} +{{%% OBPORXY_SERVERS %%}} global: listen_port: {{%% LISTEN_PORT %%}} prometheus_listen_port: {{%% PROMETHEUS_LISTEN_PORT %%}}