Skip to content

Commit

Permalink
fix some broken urls (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface authored and sre-bot committed Jan 9, 2020
1 parent cb35092 commit 67ce569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ timezone: UTC

# reclaim policy of PV, default: Retain.
# you must set it to Retain to ensure data safety in production environment.
# https://pingcap.com/docs/v3.0/tidb-in-kubernetes/reference/configuration/local-pv/#data-security
# https://pingcap.com/docs/stable/tidb-in-kubernetes/reference/configuration/storage-class/#data-safety
pvReclaimPolicy: Retain

# Whether enable PV reclaim.
Expand Down Expand Up @@ -65,7 +65,7 @@ pd:
# pd configurations (change to the tags of your pd version),
# just follow the format in the file and configure in the 'config' section
# as below if you want to customize any configuration.
# Please refer to https://pingcap.com/docs-cn/v3.0/reference/configuration/pd-server/configuration-file/
# Please refer to https://pingcap.com/docs/stable/reference/configuration/pd-server/configuration-file
# (choose the version matching your pd) for detailed explanation of each parameter.
config: |
[log]
Expand Down Expand Up @@ -192,7 +192,7 @@ tikv:
# tikv configurations (change to the tags of your tikv version),
# just follow the format in the file and configure in the 'config' section
# as below if you want to customize any configuration.
# Please refer to https://pingcap.com/docs-cn/v3.0/reference/configuration/tikv-server/configuration-file/
# Please refer to https://pingcap.com/docs/stable/reference/configuration/tikv-server/configuration-file
# (choose the version matching your tikv) for detailed explanation of each parameter.
config: |
log-level = "info"
Expand Down Expand Up @@ -290,7 +290,7 @@ tidb:
# tidb configurations(change to the tags of your tidb version),
# just follow the format in the file and configure in the 'config' section
# as below if you want to customize any configuration.
# Please refer to https://pingcap.com/docs-cn/v3.0/reference/configuration/tidb-server/configuration-file/
# Please refer to https://pingcap.com/docs/stable/reference/configuration/tidb-server/configuration-file
# (choose the version matching your tidb) for detailed explanation of each parameter.
config: |
[log]
Expand Down

0 comments on commit 67ce569

Please sign in to comment.