We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b264 commit 230176dCopy full SHA for 230176d
docs/content/doc/installation/on-kubernetes.zh-cn.md
@@ -30,8 +30,8 @@ helm install gitea gitea/gitea
30
您也可以通过 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 进行学习和编辑,例如:
31
32
```bash
33
-helm show values gitea > values.yaml
34
-helm show readme gitea > README.md
+helm show values gitea/gitea > values.yaml
+helm show readme gitea/gitea > README.md
35
36
# 使用自定义的配置文件 values.yaml
37
helm install gitea -f values.yaml gitea/gitea
0 commit comments