feat(argo-rollouts): Add configurable annotation to the metrics service (#421)

Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
jpbelanger-mtl 2020-08-26 12:26:54 -04:00 committed by GitHub
parent 85b1b83ad0
commit f1a6fcc8af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -28,11 +28,15 @@ controller:
serviceAccount:
name: argo-rollouts
## Annotations to be added to the Redis server pods
## Annotations to be added to the Rollout pods
##
podAnnotations: {}
## Labels to be added to the Redis server pods
## Annotations to be added to the Rollout service
##
serviceAnnotations: {}
## Labels to be added to the Rollout pods
##
podLabels: {}