24 lines
402 B
YAML
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: []
|