2019-02-13 17:14:36 -05:00
|
|
|
# docker registry
|
2018-08-03 04:18:31 -04:00
|
|
|
registry: argoproj
|
2019-02-13 17:14:36 -05:00
|
|
|
|
|
|
|
|
# The image pull policy
|
2018-08-03 04:18:31 -04:00
|
|
|
imagePullPolicy: Always
|
|
|
|
|
|
2019-10-22 14:37:58 -06:00
|
|
|
# If set to false, skip installing the CRDs. Requires user to have them installed prior to helm chart installation.
|
|
|
|
|
installCRD: true
|
|
|
|
|
|
2019-02-13 17:14:36 -05:00
|
|
|
# ServiceAccount to use for running controller.
|
|
|
|
|
serviceAccount: argo-events-sa
|
2019-05-03 13:13:54 -04:00
|
|
|
# Create service accounts in additional namespaces specified
|
|
|
|
|
# The SA will always be created in the release namespaces
|
|
|
|
|
additionalSaNamespaces: []
|
|
|
|
|
# - argo-prod
|
2019-02-13 17:14:36 -05:00
|
|
|
|
|
|
|
|
instanceID: argo-events
|
2018-08-03 04:18:31 -04:00
|
|
|
|
2019-10-22 14:37:58 -06:00
|
|
|
# set `singleNamespace` to false to have the controllers
|
2019-02-28 15:11:34 -07:00
|
|
|
# listen on all namespaces. Otherwise the controllers will listen
|
|
|
|
|
# on the namespace provided
|
2019-02-13 17:14:36 -05:00
|
|
|
namespace: argo-events
|
2019-02-28 15:11:34 -07:00
|
|
|
singleNamespace: true
|
2018-08-03 04:18:31 -04:00
|
|
|
|
2019-02-13 17:14:36 -05:00
|
|
|
# sensor controller
|
|
|
|
|
sensorController:
|
2018-08-03 04:18:31 -04:00
|
|
|
name: sensor-controller
|
|
|
|
|
image: sensor-controller
|
2019-11-14 15:20:55 -07:00
|
|
|
tag: v0.11
|
2018-08-03 04:18:31 -04:00
|
|
|
replicaCount: 1
|
|
|
|
|
|
2019-02-13 17:14:36 -05:00
|
|
|
gatewayController:
|
|
|
|
|
name: gateway-controller
|
|
|
|
|
image: gateway-controller
|
2019-11-14 15:20:55 -07:00
|
|
|
tag: v0.11
|
2019-02-13 17:14:36 -05:00
|
|
|
replicaCount: 1
|