Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some broken urls #1501

Merged
merged 3 commits into from
Jan 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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