fix(job_attach_dn):现在新增数据节点需要密码验证

This commit is contained in:
Yu Sun
2022-10-07 19:27:35 +08:00
parent 8b5b345202
commit 62821836b6

View File

@@ -64,7 +64,7 @@ https://www.postgresql.org/docs/current/app-psql.html#APP-PSQL-INTERPOLATION
value: | value: |
\c :"dbname" \c :"dbname"
SELECT * 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 - name: PGPASSWORD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: