feat(argocd-apps): adopt additional Applications/Projects to argocd-apps chart (#1356)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
914021b38a
commit
798c8107c3
10 changed files with 260 additions and 0 deletions
31
charts/argocd-apps/README.md
Normal file
31
charts/argocd-apps/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# argocd-apps
|
||||
|
||||
A Helm chart for managing additional Argo CD Applications and Projects
|
||||
|
||||
To regenerate this document, from the root of this chart directory run:
|
||||
```shell
|
||||
docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest
|
||||
```
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Helm v3.0.0+
|
||||
- CRDs (Application and AppProject)
|
||||
- You need to install them via [argo-cd Helm chart](../argo-cd) or upstream.
|
||||
|
||||
## Installation
|
||||
|
||||
```console
|
||||
$ helm repo add argo https://argoproj.github.io/argo-helm
|
||||
$ helm install my-release argo/argocd-apps
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| applications | list | `[]` (See [values.yaml]) | Deploy Argo CD Applications within this helm release |
|
||||
| projects | list | `[]` (See [values.yaml]) | Deploy Argo CD Projects within this helm release |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue