feat(argo-events): Add support for pod annotations. (#680)

* feat(argo-events): Add support for pod annotations.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>

* Apply suggestions from code review.

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>

Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
Vlad Losev 2021-04-21 02:35:38 -07:00 committed by GitHub
parent 913a623dfb
commit 5fc4ed7d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 1 deletions

View file

@ -48,6 +48,7 @@ sensorController:
tag: v1.2.3
replicaCount: 1
sensorImage: sensor
podAnnotations: {}
nodeSelector: {}
tolerations: {}
affinity: {}
@ -58,6 +59,7 @@ eventsourceController:
tag: v1.2.3
replicaCount: 1
eventsourceImage: eventsource
podAnnotations: {}
nodeSelector: {}
tolerations: {}
affinity: {}
@ -67,6 +69,7 @@ eventbusController:
image: eventbus-controller
tag: v1.2.3
replicaCount: 1
podAnnotations: {}
nodeSelector: {}
tolerations: {}
affinity: {}