Skip to content

Commit a4512a0

Browse files
committed
remove copyable and fix format
1 parent c67bdee commit a4512a0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

zh/upgrade-tidb-operator.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,19 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/upgrade-tidb-operator/']
1212

1313
1. TiDB Operator 的 Helm chart 域名已从 `charts.pingcap.org` 切换到 `charts.pingcap.com`。如果你之前使用的是旧域名,需要更新 Helm repo 配置:
1414

15-
1. 移除旧的 Helm repo:
16-
17-
{{< copyable "shell-regular" >}}
15+
1. 移除旧的 Helm repo:
1816

1917
```shell
2018
helm repo remove pingcap
2119
```
2220

23-
2. 添加新的 Helm repo:
24-
25-
{{< copyable "shell-regular" >}}
21+
2. 添加新的 Helm repo:
2622

2723
```shell
2824
helm repo add pingcap https://charts.pingcap.com/
2925
```
3026

31-
3. 更新 Helm repo:
32-
33-
{{< copyable "shell-regular" >}}
27+
3. 更新 Helm repo:
3428

3529
```shell
3630
helm repo update pingcap

0 commit comments

Comments
 (0)