added eventsource-crd for helm2
This commit is contained in:
parent
1bada95550
commit
c66a6e9379
1 changed files with 17 additions and 0 deletions
17
charts/argo-events/templates/eventsource-crd.yaml
Normal file
17
charts/argo-events/templates/eventsource-crd.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{- if .Values.installCRD }}
|
||||
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"
|
||||
{{- end }}
|
Loading…
Reference in a new issue