Update argo events to 0.10 (#132)

This commit is contained in:
Andrew Suderman 2019-10-22 14:37:58 -06:00 committed by Alex Collins
parent b2e9de6019
commit 04d7d2c390
5 changed files with 19 additions and 8 deletions

View file

@ -1,3 +1,4 @@
{{- if .Values.installCRD }}
# Define a "gateway" custom resource definition
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
@ -12,3 +13,4 @@ spec:
singular: gateway
scope: Namespaced
version: v1alpha1
{{- end }}

View file

@ -1,3 +1,4 @@
{{- if .Values.installCRD }}
# Define a "sensor" custom resource definition
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
@ -12,3 +13,4 @@ spec:
singular: sensor
scope: Namespaced
version: v1alpha1
{{- end }}