-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: new documents for helm-installer plugin
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
- Loading branch information
1 parent
030bd2f
commit 4b8ad85
Showing
23 changed files
with
582 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Install Argo CD with DevStream | ||
|
||
//TODO(daniel-hutao): to be updated | ||
## Default Configs | ||
|
||
| key | default value | description | | ||
| ---------------- | ------------------------------------ | ------------------------------------------------ | | ||
| chart.chartPath | "" | local chart path | | ||
| chart.chartName | argo/argo-cd | chart name | | ||
| chart.version | "" | chart version | | ||
| chart.timeout | 10m | this config will wait 10 minutes to deploy Argo CD | | ||
| chart.upgradeCRDs | true | default update CRD config | | ||
| chart.releaseName | argocd | helm release name | | ||
| chart.namespace | argocd | namespace where helm to deploy | | ||
| chart.wait | true | whether to wait until installation is complete | | ||
| repo.url | https://argoproj.github.io/argo-helm | helm official repo address | | ||
| repo.name | argo | helm repo name | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# 使用 DevStream 部署 Argo CD | ||
|
||
//TODO(daniel-hutao): to be updated | ||
## 默认配置 | ||
|
||
| 配置项 | 默认值 | 描述 | | ||
| ---- | ---- | ---- | | ||
| chart.chartPath | "" | 本地 chart 包路径 | | ||
| chart.chartName | argo/argo-cd | chart 包名称 | | ||
| chart.version | "" | chart 包版本 | | ||
| chart.timeout | 10m | helm install 的超时时间 | | ||
| chart.upgradeCRDs | true | 是否更新 CRDs(如果有) | | ||
| chart.releaseName | argocd | helm 发布名称 | | ||
| chart.namespace | argocd | 部署的命名空间 | | ||
| chart.wait | true | 是否等待部署完成 | | ||
| repo.url | https://argoproj.github.io/argo-helm | helm 仓库地址 | | ||
| repo.name | argo | helm 仓库名 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Install DevLake with DevStream | ||
|
||
//TODO(daniel-hutao): to be updated | ||
## Default Configs | ||
|
||
## Usage | ||
|
||
The following content is an example of the "tool file". | ||
|
||
For more information on the main config, the tool file and the var file of DevStream, see [Core Concepts Overview](../core-concepts/core-concepts.md#1-config) and [DevStream Configuration](../core-concepts/config.md). | ||
|
||
``` yaml | ||
--8<-- "devlake.yaml" | ||
``` | ||
| key | default value | description | | ||
| ---------------- | ------------------------------------ | ------------------------------------------------ | | ||
| chart.chartPath | "" | local chart path | | ||
| chart.chartName | "devlake/devlake | chart name | | ||
| chart.version | "" | chart version | | ||
| chart.timeout | 10m | this config will wait 10 minutes to deploy DevLake | | ||
| chart.upgradeCRDs | true | default update CRD config | | ||
| chart.releaseName | devlake | helm release name | | ||
| chart.namespace | devlake | namespace where helm to deploy | | ||
| chart.wait | true | whether to wait until installation is complete | | ||
| repo.url | https://merico-dev.github.io/devlake-helm-chart | helm official repo address | | ||
| repo.name | devlake | helm repo name | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# 使用 DevStream 部署 DevLake | ||
|
||
//TODO(daniel-hutao): to be updated | ||
## 默认配置 | ||
|
||
## 用例 | ||
|
||
下面的配置文件展示的是"tool file"的内容。 | ||
|
||
关于更多关于DevStream的主配置、tool file、var file的信息,请阅读[核心概念概览](../core-concepts/core-concepts.zh.md)和[DevStream配置](../core-concepts/config.zh.md). | ||
|
||
``` yaml | ||
--8<-- "devlake.yaml" | ||
``` | ||
| 配置项 | 默认值 | 描述 | | ||
| ---- | ---- | ---- | | ||
| chart.chartPath | "" | 本地 chart 包路径 | | ||
| chart.chartName | devlake/devlake | chart 包名称 | | ||
| chart.version | "" | chart 包版本 | | ||
| chart.timeout | 10m | helm install 的超时时间 | | ||
| chart.upgradeCRDs | true | 是否更新 CRDs(如果有) | | ||
| chart.releaseName | devlake | helm 发布名称 | | ||
| chart.namespace | devlake | 部署的命名空间 | | ||
| chart.wait | true | 是否等待部署完成 | | ||
| repo.url | https://merico-dev.github.io/devlake-helm-chart | helm 仓库地址 | | ||
| repo.name | devlake | helm 仓库名 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.