From dae92f69a74dc69df5794f429c51f562681a497e Mon Sep 17 00:00:00 2001 From: xyctruth <398041993@qq.com> Date: Fri, 18 Feb 2022 15:00:34 +0800 Subject: [PATCH] update charts parameters and docs --- charts/values.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/values.yaml b/charts/values.yaml index ef1717f..1eab870 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -3,15 +3,10 @@ # Declare variables to be passed into your templates. # DTM configuration. Specify content for config.yaml +# ref: https://github.com/dtm-labs/dtm/blob/main/conf.sample.yml configuration: |- Store: # specify which engine to store trans status Driver: 'boltdb' # default store engine -# Store: -# Driver: mysql # 此处以 mysql 为例,其他数据库可自行替换 -# Host: dtm-db # 此处设置为集群外部的数据库 host,或者集群内部的数据库 svc-dns -# Port: 3306 -# User: root -# Password: '' # replicaCount Number of dtm replicas to deploy replicaCount: 1