From 62821836b6e53932a037c575891b4d44719ff9b9 Mon Sep 17 00:00:00 2001 From: Yu Sun Date: Fri, 7 Oct 2022 19:27:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(job=5Fattach=5Fdn):=E7=8E=B0=E5=9C=A8?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=95=B0=E6=8D=AE=E8=8A=82=E7=82=B9=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=AF=86=E7=A0=81=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/templates/job-attach-datanode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/templates/job-attach-datanode.yaml b/charts/templates/job-attach-datanode.yaml index 962a965..10e6b82 100644 --- a/charts/templates/job-attach-datanode.yaml +++ b/charts/templates/job-attach-datanode.yaml @@ -64,7 +64,7 @@ https://www.postgresql.org/docs/current/app-psql.html#APP-PSQL-INTERPOLATION value: | \c :"dbname" SELECT * - FROM add_data_node(:'data_node_name'::name, host => :'data_node_dns', if_not_exists => true) + FROM add_data_node(:'data_node_name'::name, host => :'data_node_dns', if_not_exists => true, password => 'big_dick') - name: PGPASSWORD valueFrom: secretKeyRef: