added crds directory for helm 3 compability
This commit is contained in:
parent
0dc73fdc89
commit
fad53dc88f
3 changed files with 51 additions and 0 deletions
18
charts/argo-events/crds/event-source-crd.yml
Normal file
18
charts/argo-events/crds/event-source-crd.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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"
|
||||
|
||||
|
16
charts/argo-events/crds/gateway-crd.yml
Normal file
16
charts/argo-events/crds/gateway-crd.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: gateways.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
names:
|
||||
kind: Gateway
|
||||
listKind: GatewayList
|
||||
plural: gateways
|
||||
singular: gateway
|
||||
shortNames:
|
||||
- gw
|
||||
scope: Namespaced
|
||||
version: "v1alpha1"
|
17
charts/argo-events/crds/sensor-crd.yml
Normal file
17
charts/argo-events/crds/sensor-crd.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: sensors.argoproj.io
|
||||
spec:
|
||||
group: argoproj.io
|
||||
names:
|
||||
kind: Sensor
|
||||
listKind: SensorList
|
||||
plural: sensors
|
||||
singular: sensor
|
||||
shortNames:
|
||||
- sn
|
||||
scope: Namespaced
|
||||
version: "v1alpha1"
|
||||
|
Loading…
Reference in a new issue