* added crds directory for helm 3 compability * added eventsource-crd for helm2 * updated image tags to newer version, added new property for additionalRules for compability * updated SA Rules to match installation yaml from events repo * introduced shortnames to match upstream crds * updated env var names to match events installation yml from upstream repo * updated chart and app version
18 lines
329 B
YAML
18 lines
329 B
YAML
---
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: eventsources.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
scope: Namespaced
|
|
names:
|
|
kind: EventSource
|
|
plural: eventsources
|
|
singular: eventsource
|
|
listKind: EventSourceList
|
|
shortNames:
|
|
- es
|
|
version: "v1alpha1"
|
|
|
|
|