![]() * feat(argo-events): add support for resource requests/limits Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> * Fix `resources` scope Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> |
||
---|---|---|
.. | ||
ci | ||
crds | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
README.md | ||
values.yaml |
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)
- EventSource Custom Resource Definition (See CRD Notes)
- EventBus Custom Resource Definition (See CRD Notes)
- Sensor Controller Deployment
- EventSource Controller Deployment
- EventBus Controller Deployment
- Service Account
- Roles
- Role Bindings
- 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.
You can install the CRDs manually from crds
folder.