argocd-helm/charts/argo-events
kostas-theo be7c6c5721
feat(argo-events): Add annotations to argo-events-sa. (#708)
* feat: sa annotations

Signed-off-by: kostas-theo <ktheo@oneconcern.com>

* fix: review recommendations

Signed-off-by: kostas-theo <ktheo@oneconcern.com>

* fix: Apply review changes

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2021-05-26 23:27:12 +02:00
..
ci chore!: Rewrite Lint Workflow to Github (#685) 2021-05-21 15:03:28 +02:00
crds fix(argo-events): spec.versions.schema Required for argo-events crds (#605) 2021-03-31 10:31:14 -07:00
templates feat(argo-events): Add annotations to argo-events-sa. (#708) 2021-05-26 23:27:12 +02:00
.helmignore adding argo-events-chart (#9) 2018-08-03 01:18:31 -07:00
Chart.yaml feat(argo-events): Add annotations to argo-events-sa. (#708) 2021-05-26 23:27:12 +02:00
README.md chore: bump version to v0.17.0 (#412) 2020-07-24 15:28:01 -07:00
values.yaml feat(argo-events): Add annotations to argo-events-sa. (#708) 2021-05-26 23:27:12 +02:00

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.