Update argo events to 0.10 (#132)
This commit is contained in:
parent
b2e9de6019
commit
04d7d2c390
5 changed files with 19 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue