argocd-helm/charts/argo-events/values.yaml
Jeff Fouchard 8e324206f8 Multi-namespace RBAC support (#60)
Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>
2019-05-03 10:13:54 -07:00

33 lines
783 B
YAML

# docker registry
registry: argoproj
# The image pull policy
imagePullPolicy: Always
# 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
instanceID: argo-events
# set `singleNamespace` to false to have the controllers
# listen on all namespaces. Otherwise the controllers will listen
# on the namespace provided
namespace: argo-events
singleNamespace: true
# sensor controller
sensorController:
name: sensor-controller
image: sensor-controller
tag: v0.8.1
replicaCount: 1
gatewayController:
name: gateway-controller
image: gateway-controller
tag: v0.8.1
replicaCount: 1