2020-02-13 03:57:25 +09:00
|
|
|
installCRDs: true
|
|
|
|
|
|
|
|
|
|
clusterInstall: true
|
|
|
|
|
|
|
|
|
|
controller:
|
|
|
|
|
name: argo-rollouts
|
|
|
|
|
component: rollouts-controller
|
|
|
|
|
image:
|
|
|
|
|
repository: argoproj/argo-rollouts
|
|
|
|
|
tag: v0.7.0
|
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
|
|
serviceAccount:
|
|
|
|
|
name: argo-rollouts
|
2020-03-25 09:29:44 -07:00
|
|
|
|
|
|
|
|
## Annotations to be added to the Redis server pods
|
|
|
|
|
##
|
|
|
|
|
podAnnotations: {}
|
|
|
|
|
|
|
|
|
|
## Labels to be added to the Redis server pods
|
|
|
|
|
##
|
|
|
|
|
podLabels: {}
|
|
|
|
|
|
|
|
|
|
imagePullSecrets: []
|