Update Argo Events chart (#35)
This commit is contained in:
parent
969a59ead2
commit
1fbc076882
21 changed files with 210 additions and 163 deletions
14
charts/argo-events/templates/sensor-crd.yaml
Normal file
14
charts/argo-events/templates/sensor-crd.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Define a "sensor" custom resource definition
|
||||
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
|
||||
scope: Namespaced
|
||||
version: v1alpha1
|
||||
Loading…
Add table
Add a link
Reference in a new issue