ArgoProj Helm Charts
![]() 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. |
||
---|---|---|
.argo | ||
.github | ||
charts | ||
scripts | ||
.gitignore | ||
LICENSE | ||
OWNERS | ||
README.md |
Argo Helm Charts
Repository contains helm charts for http://argoproj.io/ projects. Helm charts repository is hosted using Github pages and can be added using following command:
helm repo add argo https://argoproj.github.io/argo-helm
Publishing changes
To push changes use following script:
GIT_PUSH=true ./scripts/publish.sh
Script generates tar file for each chart in charts
directory and push changes to gh-pages
branch.
Write access to https://github.com/argoproj/argo-helm.git is required to publish changes.