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:
parent
913a623dfb
commit
5fc4ed7d5b
5 changed files with 13 additions and 1 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue