argocd-helm/charts/argo
louis-murray edb3e6b41a set minio to not be installed by default (#13)
helm has issues with conditional sub charts of a sub chart so I think it'd be better to have minio not be installed as part of the chart by default so if you want to leverage this chart as part of another chart you don't have to worry about unintended resources getting created on cluster.
2018-08-14 14:30:45 -07:00
..
charts Updating helm chart and improving style (#7) 2018-06-04 07:39:53 -07:00
templates fixes capitalization error for release name reference (#10) 2018-08-03 01:19:12 -07:00
.helmignore Create agro helm chart 2018-01-02 16:45:35 -08:00
Chart.yaml Bump argo chart version 2018-03-23 21:19:37 -07:00
README.md Updating helm chart and improving style (#7) 2018-06-04 07:39:53 -07:00
requirements.lock Updating helm chart and improving style (#7) 2018-06-04 07:39:53 -07:00
requirements.yaml Updating helm chart and improving style (#7) 2018-06-04 07:39:53 -07:00
values.yaml set minio to not be installed by default (#13) 2018-08-14 14:30:45 -07:00

Argo Chart

This chart is used to set up argo and it's needed dependencies through one command. This is used in conjunction with helm.

If you want your deployment of this helm chart to most closely match the argo CLI, you should deploy it in the kube-system namespace.

Values

The values.yaml contains items used to tweak a deployment of this chart. Fields to note:

  • controller.useReleaseAsInstanceID: If set to true then chart set controller instance id to release name
    • Note: If this is set to false then controller.instanceId must be set
  • controller.workflowNamespaces: This is a list of namespaces where workflows will be ran
  • ui.enableWebConsole: Enables ability to SSH into pod using web UI
  • minio.install: If this is true, we'll install minio and build out the artifactRepository section in workflow controller config map.
  • artifactRepository.s3.accessKeySecret and artifactRepository.s3.secretKeySecret These by default have the minio default credentials in them.