diff options
author | ya <xinyu@nerv.org.cn> | 2022-09-01 00:47:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 12:47:34 -0400 |
commit | 230176db5e3c7ddd2872aa2eb0e670273d270165 (patch) | |
tree | 82ea9fd9c4328b7d175e1c827a6f6e31348daefe /docs/content/doc | |
parent | 647b2649b1600107c5fec3505db691f78b2c1e2a (diff) | |
download | gitea-230176db5e3c7ddd2872aa2eb0e670273d270165.tar.gz gitea-230176db5e3c7ddd2872aa2eb0e670273d270165.zip |
Fix typo (#21004)
Missing directory
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'docs/content/doc')
-rw-r--r-- | docs/content/doc/installation/on-kubernetes.zh-cn.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/on-kubernetes.zh-cn.md b/docs/content/doc/installation/on-kubernetes.zh-cn.md index 84f55030b3..b1556a26f4 100644 --- a/docs/content/doc/installation/on-kubernetes.zh-cn.md +++ b/docs/content/doc/installation/on-kubernetes.zh-cn.md @@ -30,8 +30,8 @@ helm install gitea gitea/gitea 您也可以通过 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 进行学习和编辑,例如: ```bash -helm show values gitea > values.yaml -helm show readme gitea > README.md +helm show values gitea/gitea > values.yaml +helm show readme gitea/gitea > README.md # 使用自定义的配置文件 values.yaml helm install gitea -f values.yaml gitea/gitea |