adding argo-events-chart (#9)
This commit is contained in:
parent
1fed7f37cf
commit
ab5f2edf9d
15 changed files with 256 additions and 0 deletions
25
charts/argo-events/values.yaml
Normal file
25
charts/argo-events/values.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
registry: argoproj
|
||||
imagePullPolicy: Always
|
||||
|
||||
# Version of the Sensor CRD
|
||||
crdVersion: v1alpha1
|
||||
|
||||
# If set to true then chart set controller instance id to release name
|
||||
useReleaseAsInstanceID: true
|
||||
instanceID: 1
|
||||
|
||||
# controller
|
||||
controller:
|
||||
name: sensor-controller
|
||||
image: sensor-controller
|
||||
tag: latest
|
||||
replicaCount: 1
|
||||
serviceAccount: argo-events
|
||||
|
||||
# signal microservices
|
||||
signals:
|
||||
serviceAccount: argo-signals
|
||||
# this controls what the resource signal pod can listen to
|
||||
listenRoles:
|
||||
apiGroups: ["argoproj.io", ""]
|
||||
resources: ["sensors", "workflows", "pods"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue