Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Create Config Management Plugins with community Argo CD Helm chart

This example shows installation of the Kustomize with Helm plugin using the Argo CD Helm Chart.

Argo CD Helm supports creating config management plugins directly via the values file. This requires updating two sections.

  1. configs -> cmp
  2. repoServer -> extraContainers

The Argo CD Helm Chart generates a shared argocd-cmp-cm config map which contains all Argo CD CMP configurations as subpaths. It also supports an array of extraContainers to be added as sidecars on argocd-repo-server

View the example values.yaml to show plugin installation.