argo-helm/charts/argo-events/README.md

17 lines
683 B
Markdown
Raw Normal View History

2019-09-20 00:36:12 +00:00
# Argo-Events Chart
This is a **community maintained** chart. It installs the [argo-events](https://github.com/argoproj/argo-events) application. This application comes packaged with:
2019-10-22 20:37:58 +00:00
- Sensor Custom Resource Definition (See CRD Notes)
- Gateway Custom Resource Definition (See CRD Notes)
2018-08-03 08:18:31 +00:00
- Sensor Controller Deployment
- Sensor Controller ConfigMap
2019-02-13 22:14:36 +00:00
- Gateway Controller Deployment
- Gateway Controller ConfigMap
- Service Account
- Cluster Roles
- Cluster Role Bindings
2019-10-22 20:37:58 +00:00
## 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.