argocd-helm/charts/argocd-apps
toyamagu 14d2b8313e
feat(argocd-apps): Add ArgoCD ApplicationSet (#1521)
* Add ArgoCD ApplicationSet

Signed-off-by: toyamagu <toyamagu2021@gmail.com>
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
2022-10-12 10:31:54 +02:00
..
ci feat(argocd-apps): Add ArgoCD ApplicationSet (#1521) 2022-10-12 10:31:54 +02:00
templates feat(argocd-apps): Add ArgoCD ApplicationSet (#1521) 2022-10-12 10:31:54 +02:00
Chart.yaml feat(argocd-apps): Add ArgoCD ApplicationSet (#1521) 2022-10-12 10:31:54 +02:00
README.md feat(argocd-apps): Add ArgoCD ApplicationSet (#1521) 2022-10-12 10:31:54 +02:00
README.md.gotmpl feat(argocd-apps): adopt additional Applications/Projects to argocd-apps chart (#1356) 2022-08-22 14:32:07 +02:00
values.yaml feat(argocd-apps): Add ArgoCD ApplicationSet (#1521) 2022-10-12 10:31:54 +02:00

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:

docker run --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest

Prerequisites

  • Helm v3.0.0+
  • CRDs (Application and AppProject)

Installation

$ 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
applicationsets list [] (See [values.yaml]) Deploy Argo CD ApplicationSets within this helm release
projects list [] (See [values.yaml]) Deploy Argo CD Projects within this helm release

Autogenerated from chart metadata using helm-docs