argocd-helm/charts/argo-events
Sean Johnson 5f33036890
Fix up chart linting, add docs and lint script (#146)
This updates the Helm linting system with the following changes:

- Import lintconf.yaml with small change to comment distance in order to
match existing values.yaml standards
- Update Chart.yaml and values.yaml in each chart to pass linting
standards
- Maintainers added to each chart from OWNERS + CODEOWNERS, the linter
requires GitHub usernames so argo-events maintainer names were converted
- README updated with documentation around chart standards and testing
- A local shell script added for running lint tests locally
2019-11-06 08:08:17 +11:00
..
templates [argo-events] Use serviceAccount variable for serviceAccount naming (#134) 2019-10-24 17:56:50 -04:00
.helmignore adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00
Chart.yaml Fix up chart linting, add docs and lint script (#146) 2019-11-06 08:08:17 +11:00
README.md Update argo events to 0.10 (#132) 2019-10-22 13:37:58 -07:00
values.yaml Update argo events to 0.10 (#132) 2019-10-22 13:37:58 -07:00

Argo-Events Chart

This is a community maintained chart. It installs the argo-events application. This application comes packaged with:

  • Sensor Custom Resource Definition (See CRD Notes)
  • Gateway Custom Resource Definition (See CRD Notes)
  • Sensor Controller Deployment
  • Sensor Controller ConfigMap
  • Gateway Controller Deployment
  • Gateway Controller ConfigMap
  • Service Account
  • Cluster Roles
  • Cluster Role Bindings

Notes on CRD Installation

Some users would prefer to install the CRDs outside of the chart. You can disable the CRD installation of this chart by using --set installCRD=false when installing the chart.