argocd-helm/charts/argo-cd
Noah Goldman a7db20ebe2 argo-cd: Add volume parameters to Deployments (#58)
This adds new parameters to each Deployment in the argo-cd chart,
allowing users to specify custom volumes to mount.  This makes it
possible to use a Git repository self-signed certificates by manually
adding a "known_hosts" file, as recommended in the documentation:
https://argoproj.github.io/argo-cd/user-guide/private-repositories/

"volumes" and "volumeMounts" parameters are added to each Deployment,
with defaults set to empty.

This change was tested by templating the chart with default parameters,
and by templating it with volume mounts specified for each service.
2019-04-30 07:55:14 -07:00
..
templates argo-cd: Add volume parameters to Deployments (#58) 2019-04-30 07:55:14 -07:00
.helmignore Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08:00
Chart.yaml Update argocd image to v0.12.1 2019-04-10 07:53:00 -07:00
values.yaml argo-cd: Add volume parameters to Deployments (#58) 2019-04-30 07:55:14 -07:00