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

20 lines
795 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)
- EventSource Custom Resource Definition (See CRD Notes)
2020-07-24 22:28:01 +00:00
- EventBus Custom Resource Definition (See CRD Notes)
2018-08-03 08:18:31 +00:00
- Sensor Controller Deployment
2020-07-24 22:28:01 +00:00
- EventSource Controller Deployment
- EventBus Controller Deployment
2019-02-13 22:14:36 +00:00
- Service Account
2020-07-24 22:28:01 +00:00
- Roles
- Role Bindings
2019-02-13 22:14:36 +00:00
- 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.
2020-07-24 22:28:01 +00:00
You can install the CRDs manually from `crds` folder.