argocd-helm/charts/argo-events/values.yaml

53 lines
1.2 KiB
YAML
Raw Normal View History

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
# Create service accounts in additional namespaces specified
# The SA will always be created in the release namespaces
additionalSaNamespaces: []
# - argo-prod
additionalServiceAccountRules:
- apiGroups:
- apiextensions.k8s.io
- apiextensions.k8s.io/v1beta1
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
resources:
- customresourcedefinitions
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
# listen on all namespaces. Otherwise the controllers will listen
# on the namespace provided
2019-02-13 17:14:36 -05:00
namespace: argo-events
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
tag: v0.12
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
tag: v0.12
2019-02-13 17:14:36 -05:00
replicaCount: 1