Sync Chinese readme (#676)

This commit is contained in:
xiaomudk 2023-02-07 07:05:18 +08:00 committed by GitHub
parent 4ce8676588
commit b359efef8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -22,6 +22,7 @@
</div>
[English](./README.md) | [简体中文]
# 关于
@ -55,6 +56,9 @@ Helmfile 是一个声明式Helm Chart管理工具
**方式3: 容器**
详细见:[run as a container](https://helmfile.readthedocs.io/en/latest/#running-as-a-container)
> 安装后请运行一次 `helmfile init`。 检查[helm-diff](https://github.com/databus23/helm-diff) 等插件安装正确。
## 使用
让我们从最简单的 helmfile 开始,逐渐改进它以适应您的用例!
@ -63,8 +67,8 @@ Helmfile 是一个声明式Helm Chart管理工具
```yaml
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases:
- name: prom-norbac-ubuntu

View File

@ -22,6 +22,8 @@ Deploy Kubernetes Helm Charts
</div>
English | [简体中文](./README-zh_CN.md)
## About
Helmfile is a declarative spec for deploying helm charts. It lets you...