Skip to content

Commit

Permalink
fix: field depency in TiDB
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Jul 19, 2022
1 parent d0307dd commit 8aade02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/tidb-operator/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
helper:
image: busybox:1.34.1
pvReclaimPolicy: Retain

recoverFailover: false
enableDynamicConfiguration: true
# pump:
# baseImage: pingcap/tidb-binlog
Expand Down Expand Up @@ -69,9 +69,13 @@ spec:
replicas: 3
rocksDBLogVolumeName: gdddopafvx
maxFailoverCount: 0
separateRaftLog: true
shouldSeparateRocksDBLog: true
requests:
storage: 100Gi
mountClusterClientSecret: true
tlsCluster:
enabled: true
# cluster:
# clusterDomain: asdasd # this is a bug of tidb
# name: obsakkicls # this is a bug of tidb
Expand Down

0 comments on commit 8aade02

Please sign in to comment.