argocd-helm/charts/argo-rollouts/values.yaml
2020-04-20 16:40:39 -07:00

24 lines
402 B
YAML

installCRDs: true
clusterInstall: true
controller:
name: argo-rollouts
component: rollouts-controller
image:
repository: argoproj/argo-rollouts
tag: v0.8.0
pullPolicy: IfNotPresent
serviceAccount:
name: argo-rollouts
## Annotations to be added to the Redis server pods
##
podAnnotations: {}
## Labels to be added to the Redis server pods
##
podLabels: {}
imagePullSecrets: []