[argo-events] Fix unused crdVersion value and add ability to specify crd creation job service account (#19)

* Use crd.version value and add ability to specify crd creation job sa
* Bump chart version to 0.2.0
This commit is contained in:
Ilya Sotkov 2018-08-28 01:27:30 +03:00 committed by Jesse Suen
parent b6588e85b8
commit 61d426c1ca
4 changed files with 7 additions and 4 deletions

View file

@ -2,7 +2,9 @@ registry: argoproj
imagePullPolicy: Always
# Version of the Sensor CRD
crdVersion: v1alpha1
crd:
version: v1beta1
jobServiceAccount: default
# If set to true then chart set controller instance id to release name
useReleaseAsInstanceID: true