[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:
parent
b6588e85b8
commit
61d426c1ca
4 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue