-
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.
Merge pull request #1196 from merico-dev/feat-helm
Feat: Add a New Plugin `helm-installer`
- Loading branch information
Showing
42 changed files
with
329 additions
and
409 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,29 +1,26 @@ | ||
# argocd Plugin | ||
# helm-installer plugin | ||
|
||
This plugin installs [ArgoCD](https://argoproj.github.io/cd/) in an existing Kubernetes cluster using the Helm chart. | ||
TODO(daniel-hutao): I'll update this the document after code refactoring finished. | ||
|
||
## 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<-- "argocd.yaml" | ||
``` yaml | ||
--8<-- "helm-installer.yaml" | ||
``` | ||
|
||
### Default Configs | ||
### Argo CD | ||
|
||
#### Default Configs | ||
|
||
| key | default value | description | | ||
| ---------------- | ------------------------------------ | ------------------------------------------------ | | ||
| chart.chartPath | "" | local chart path | | ||
| chart.chartName | argo/argo-cd | chart name | | ||
| chart.timeout | 5m | this config will wait 5 minutes to deploy argocd | | ||
| chart.version | "" | chart version | ||
| chart.timeout | 5m | this config will wait 5 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 | | ||
|
||
Currently, except for `valuesYaml` and default configs, all the parameters in the example above are mandatory. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# helm-installer 插件 | ||
|
||
TODO(daniel-hutao): I'll update this the document after code refactoring finished. | ||
## 用例 | ||
|
||
``` yaml | ||
--8<-- "helm-installer.yaml" | ||
``` |
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.