Update argo events to 0.10 (#132)

This commit is contained in:
Andrew Suderman 2019-10-22 14:37:58 -06:00 committed by Alex Collins
parent b2e9de6019
commit 04d7d2c390
5 changed files with 19 additions and 8 deletions

View file

@ -1,8 +1,8 @@
# 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:
- Sensor Custom Resource Definition
- Gateway Custom Resource Definition
- Sensor Custom Resource Definition (See CRD Notes)
- Gateway Custom Resource Definition (See CRD Notes)
- Sensor Controller Deployment
- Sensor Controller ConfigMap
- Gateway Controller Deployment
@ -10,3 +10,7 @@ This is a **community maintained** chart. It installs the [argo-events](https://
- 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.