Skip to content

Latest commit

 

History

History
 
 

argocd-apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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)

Changelog

For full list of changes, please check ArtifactHub changelog.

Installation

$ helm repo add argo https://argoproj.github.io/argo-helm
$ helm install my-release argo/argocd-apps

Values

Key Type Default Description
applications object {} (See [values.yaml]) Deploy Argo CD Applications within this helm release
applicationsets object {} (See [values.yaml]) Deploy Argo CD ApplicationSets within this helm release
extensions object {} (See [values.yaml]) DEPRECATED - Please refer Deprecation Notice for more info.
itemTemplates list [] (See [values.yaml]) Deploy Argo CD Applications/ApplicationSets/Projects within this helm release
projects object {} (See [values.yaml]) Deploy Argo CD Projects within this helm release

Autogenerated from chart metadata using helm-docs